We have an ASP.net web forms application which we need to deploy to clients who are inside closed VPN network enforced by strict security police.
Right now we do not have any licencing system.
What we need is a licencing system which will function under these circumstances.
I guess I need to create specific Licence Manager page on which I will be able to configure specific instance of our application deployed inside specific system. From there I should be able to configure the date up until licence expires.
After that date expires our clients should not be able to login into separate login page to which they usually log with an successful label changing into Licence expired.
The problem is that I do not know what is the good way to make this system as bulletproof as it possible(off course nothing is 100% protected).
I need just a basic path nothing too specific(if you can I'd be grateful for that also).
Thanks
Go to the complete details ...