How can I deploy a site while hiding as much code as possible?
I am working on a ASP.NET Website the has a number of pages with a lot of code and business logic. If I am installing it on my company's server for our internal use, there is no problem. However, if we sell a Website to a client, we do not want them to have access to all of the code on the .ASPX.VB pages. Is there a way to move hide this code in a DLL or something so that the only code the client will have access to is what is actually on the .ASPX pages, but not the .ASPX.VB pages?