Hi, Is it possible to obfuscate a .NET web application? I tried to use the Dotofuscator tool that comes with Visual Studio 2005 and I was able to obfuscate the dlls of a precompiled web site, but when I deployed the soultion to an IIS server, I could not the pages of the application.
So the question would be: was any of you able to obfuscate a complete .NET web application?
Thanks for your answers
EDIT: I obfuscated all the dlls on the bin folder. The site is built without allowing updates of the aspx files. After that when I go to http://serveradress/main.aspx, I get an error saying that main.aspx does not exists
PD: I need to obfuscate the code because the application does some license chcecking and I want to make it harder to remove the license checking code