Official Site Blog for ASPNETWorld.com
 Saturday, November 19, 2005
Debug And Release Builds in ASP.NET 2.0

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.


#    Comments [0]  


Comments are closed.