Protect ASP application files
-
I have an ASP application that was hosted on an webserver (Intranet) that is used for many other applications. So, that server is maintained by some administrators. I'm an administrator on that server. I don't want them being able to view my application's source code. I've heart that there is way to protect ASP application using encoding method. The question is how to do that. Could you please help me on this matter. Thanks in advance.
-
I have an ASP application that was hosted on an webserver (Intranet) that is used for many other applications. So, that server is maintained by some administrators. I'm an administrator on that server. I don't want them being able to view my application's source code. I've heart that there is way to protect ASP application using encoding method. The question is how to do that. Could you please help me on this matter. Thanks in advance.
Perhaps you could use NTFS permissions to lock everyone but the ASP process from viewing the files. Otherwise, you could try a tool like Stunnix Obfuscator.