Quote:
|
Originally Posted by geneane
What is the best way to secure an ASP application (not ASP.NET). I want to restrict it with a license key or something.
|
You can create an installer and have the license key thing built in. Or, you can create your ASP application and put parts of it in a COM object. In that COM object, you could create a few licensing functions.
__________________
Shane Bauer
Microsoft Certified Professional (MCP) - ASP.NET
ASP/ASP.net, C#, VB/VB.NET, PHP, Perl, SQL
|