How to encrypt a aspx file ?

wd2004

New Member
I wonder if the aspx files can be encrypted, so that its content cannot be viewed or altered on the production server, but only runable.<BR><BR>I read somewhere about deploying only the compiled aspx files. How do u going about doing it?<BR><BR>Thanks in advance,<BR>Ben<BR>asp's and aspx files are by design not viewable using the view source options in your browser. Ensure that "script source access", "directory browsing" and "write access" are disabled on your IIS website and then users can't just view the source and see what the contents of an Aspx file are.
 
Back
Top