© Copyright 2012ASPNETWorld.com Powered by newtelligence dasBlog 2.0.7226.0 Based on theme design by Bryan Bell |
Some of you must have been wondering why is there only "Debug" build for web projects in Visual Studio 2005. Scott Allen has a nice post on how debug and release builds work in ASP.NET 2.0. Points to take home are that VS 2005 knows nothing about compiling a web application and that the ASP.NET platform takes care of the compilation responsibility now.
Scott also described how the new Web Deployment Projects changes the build scenarios for VS 2005.