Saturday, March 31, 2012

vs2008 new WebSite Release config missing

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 . TIA.
-C. Moya
http://www.cmoya.comYou set the version (Release/Debug) by setting
<compilation debug="true|false"> 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 espaol : http://asp.net.do/foros/
======================================
"CMoya" <moy@.nospam.com> wrote in message news:412E2924-A9B0-4BC3-9602-A4EF469322A7@.microso
ft.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 b
oth. So do "Web Application" projects (I
> still don't really understand the pros and cons of using one over the othe
r... except Web App projects have much nice
> IDE integration-- but thats a different topic, I guess). Any clues? I'm a
little . TIA.
> --
> -C. Moya
> http://www.cmoya.com
>

0 comments:

Post a Comment