vs2008 new WebSite Release config missing

vs2008 new WebSite Release config missing

am 11.01.2008 01:23:29 von CMoya

It seems whenever I create new Web Site projects in VS2008, there is only a
Debug configuration available, not Release. Is this a bug or by design?
Upgraded Web Sites (from 2005) show both. So do "Web Application" projects
(I still don't really understand the pros and cons of using one over the
other... except Web App projects have much nice IDE integration-- but thats
a different topic, I guess). Any clues? I'm a little confused. TIA.

--
-C. Moya
http://www.cmoya.com

Re: vs2008 new WebSite Release config missing

am 11.01.2008 15:23:05 von nomailreplies

You set the version (Release/Debug) by setting
in web.config.

If set to "true", you get a Debug compilation.
If set to "false", you get a Release compilation.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
======================================
"CMoya" wrote in message news:412E2924-A9B0-4BC3-9602-A4EF469322A7@microsoft.com...
> It seems whenever I create new Web Site projects in VS2008, there is only a Debug configuration available, not
> Release. Is this a bug or by design? Upgraded Web Sites (from 2005) show both. So do "Web Application" projects (I
> still don't really understand the pros and cons of using one over the other... except Web App projects have much nice
> IDE integration-- but thats a different topic, I guess). Any clues? I'm a little confused. TIA.
>
> --
> -C. Moya
> http://www.cmoya.com
>