Visual Studio 2005 Web projects

C

Code Monkey

Just received the Visual Studio 2005 Pro DVD.
One question - VS2003 had 2 options when building - 'DEBUG' and
'RELEASE'.

I can only see 'DEBUG' as an option in VS2005 - how do we do a RELEASE
version? Is or it all down the web.config file?
 
F

Frank Dzaebel

Hello,
I can only see 'DEBUG' as an option in VS2005 - how do we do a RELEASE
version? Is or it all down the web.config file?

In .NET 2.0 (unlike 1.1), Visual Studio 2005 delegates *all* compilation
responsibilities to the ASP.NET platform.
In essence, there is no need to have a Release configuration.
For background infos see here:

[Debug and Release Builds in ASP.NET 2.0]
http://odetocode.com/Blogs/scott/archive/2005/11/15/2464.aspx


ciao Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top