Hi,
I have created a ASP.Net Web Service application which has a method for validating the registration key entered. Hosted this web service in IIS.
Then,I created a ASP.Net Web Application.Add ed reference of this web service to the application.
Created a web setup for the application and built it in release mode.
To be resolved
---------------------
When I click to install web setup, it should ask for a registration key to enter.
Then, when we enter the key,it should invoke the web service method and compare with the key we have entered.If the key does not match,it should not allow for installation.
Please help me in this regard.
Thanks,
Silpa
I have created a ASP.Net Web Service application which has a method for validating the registration key entered. Hosted this web service in IIS.
Then,I created a ASP.Net Web Application.Add ed reference of this web service to the application.
Created a web setup for the application and built it in release mode.
To be resolved
---------------------
When I click to install web setup, it should ask for a registration key to enter.
Then, when we enter the key,it should invoke the web service method and compare with the key we have entered.If the key does not match,it should not allow for installation.
Please help me in this regard.
Thanks,
Silpa