Can I deploy the application without deploying the source code on the server
Anoniem
Yes. You can obfuscate your code by using a new precompilation process called ‘precompilation for deployment’. You can use the asp net_compiler to recompile a site. This process builds each page in your web application into a single application DLL and some placeholder files.