Licensing Asp.net web application
-
Hi I have created an web app and i like to have license for my web application which says the user to get license when he logs in. how i can achieve this licensing my product thanks
When he logs in, check if he has a license, if not, redirect him to a page where he can get one...
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
When he logs in, check if he has a license, if not, redirect him to a page where he can get one...
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
Hi I have created an web app and i like to have license for my web application which says the user to get license when he logs in. how i can achieve this licensing my product thanks
Look at these ASP.NET Application Licensing Patterns, Strategies, Best Practices[^] Enforcing License terms in my ASP.NET application[^] Using XML Digital Signatures for Application Licensing[^]
thatraja
**My Tip/Tricks
My Dad had a Heart Attack on this day so don't...
** -
Hi I have created an web app and i like to have license for my web application which says the user to get license when he logs in. how i can achieve this licensing my product thanks
You can use a licensing API like CryptoLicensing. Rolling your own system will be a waste of time.