View Full Version : Source Code protection
sonal
02-23-2005, 12:14 PM
Hi..
Anybody know how to protect or prevent the source code of ASP from being view and modify?
Thanks...
rmedek
02-23-2005, 12:22 PM
This is a new one...
ASP is processed server-side, and therefore will not been seen on any browser. Its only output will be HTML. Please don't ask how to keep the HTML from being viewed or modified.
Roelf
02-23-2005, 02:28 PM
But your asp is installed on the server of a customer, that way the customer can see the source. Maybe he wants to prevent that.
The only way i know is: stuff the to be protected parts in a dll and call this dll from you asp's
tboss132
02-23-2005, 02:55 PM
This question has been asked once and discussed. See this (http://www.codingforums.com/showthread.php?t=46991) thread for more info.
sonal
02-24-2005, 05:52 AM
Thanks roelf
But dll file is possible in asp I know in asp.net but don't know in asp so
if possible than please tell.
Thanks
Roelf
02-24-2005, 07:43 AM
This question has been asked once and discussed. See this (http://www.codingforums.com/showthread.php?t=46991) thread for more info.
see the last post in the above mentioned thread
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.