Doing some research into VS2005.NET Beta 2, I see that programmers can now do something called "precompile for deployment" with their .NET web applications. It compiles everything into 1 file and that one file is all you need to upload to the server. This helps protecting code, so you don't have to upload everything separately.
Has anyone tried this yet, and does it work with the current 1.1 framework? I would love to be able to do this so I could give my clients just 1 file, and not the source code to my applications.
Has anyone tried this yet, and does it work with the current 1.1 framework? I would love to be able to do this so I could give my clients just 1 file, and not the source code to my applications.