Much has been said about ASP.NET code-beside vs. code-behind when the PDC preview of Whidbey (err, VS2005) rolled out. At the time, if memory serves, the IDE added support for code-beside and seemed to deprecate the code-behind model. The outcry from developers missing code-beside centered around the ability to check code for compile errors prior to deploying the application.The VS.Net team listened and, as of the May 2004 CTP release, brought back the ability to run a "compile" check against a web application. I put the word "compile" in quotes because no output assembly is actually generated, and therein lies one...