PDA

View Full Version : Compile or obfuscate ASP.Net project


SlowCoder
08-02-2007, 03:40 AM
Is there a way to compile, convert to DLL, or otherwise obfuscate a ASP.Net project so that someone who has permission to view web files cannot easily view the ASP.Net code?

miranda
08-03-2007, 04:43 PM
Sure, this article (http://www.developer.com/net/asp/article.php/10917_3450901_2) describes how to do so.