Hi
I have an ASP.net web appication and I need to host it on my client's server. There should be a license key that should be valid for certain years. After the license period is over the user should not be able to access the application, otherwise they should renew the license key. Could you please help me to find a better way to achieve this?
Mohammad HussainPosted Aug 21, 2023, 2:29 PM
Create a method to generate unique license keys for your clients. These keys should include information such as the expiration date and any other relevant data.
Sreekanth ReddyPosted Aug 21, 2023, 2:07 PM
Are you sure its a web application ?
If it is a web application, After certain "date based" or "number of days wise" remove the authorization to the particular pages to the user.