I've noticed that there is a 'new website' option. That contains the 'use fixed naming and single page assemblies.' option which supposedly compiles the site into one .dll. But, you still have to publish the solution to get the files you need, correct? You can't just build the solution and then copy over everything except the .vb source files? I don't think that will work? Also, why use a 'website' as opposed to an 'asp.net web application' project? Are these the same? I see totally different menu options for each, but why use 'website' as opposed to asp.net web app?
Also, one quick question:
I noticed that everytime you create a new solution, it tries to save into the following directory:
'My Documents\visual studio 2005\projects\projectname\projectname.sln
Can I just save the .sln file in the same directory as the actual projects, instead of having 2 different locations for the .sln and actual source?