I have a small doubt regarding the web aplication security. After i deployed the web application , coping the same files to the another machine should not work.. ( i.e my company sold the application to client1, now i have to secure my code in such
way that client1 cant resell my prodcut to another clients by coping my code).
None
0 Points
1 Post
providing security to my source after deployed
Apr 03, 2010 04:36 AM|lony|LINK
Hi Everyone,
I have a small doubt regarding the web aplication security. After i deployed the web application , coping the same files to the another machine should not work.. ( i.e my company sold the application to client1, now i have to secure my code in such way that client1 cant resell my prodcut to another clients by coping my code).
Any ideas please
Thanks
Lony
All-Star
39486 Points
8916 Posts
Re: providing security to my source after deployed
Apr 03, 2010 09:46 AM|rtpHarry|LINK
The only way to do this as far as I know is to have it auth a licence key with a central server before it works.
Member
161 Points
42 Posts
Re: providing security to my source after deployed
Apr 06, 2010 11:52 AM|bkraider|LINK
Visual Studio.NET offers a tool called obfuscation to secure the code. Below is some more information about the tool. Good luck.
http://msdn.microsoft.com/en-us/library/ms227240(VS.80).aspx
code security .NET obfuscation
"Always make a total effort, even when the odds are against you." - Arnold Palmer