where is debug/release toolbar

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

In VS2005 I can't seem to be the configuration toolbar that has the
debug/release dropdown. Anyone know where this is? Thanks!
 
VB Programmer,

The configuration drop down list is located in the standard toolbar. But you
will not see a "Release" mode for web applications anymore. This is now
controlled by the web.config file.

Here are some articles/blogs about this:

http://west-wind.com/weblog/posts/2454.aspx

http://dotnetjunkies.com/WebLog/leon/archive/2005/06/23/128339.aspx

http://msdn.microsoft.com/msdnmag/issues/06/01/ExtremeASPNET/default.aspx

http://odetocode.com/Articles/417.aspx

http://www.codeguru.com/Csharp/.NET/net_asp/webforms/article.php/c8885/


--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
From the Tools menu, choose Customize. Click the Commands tab, select the
Build category, and then from the commands list drag the Solution
Configurations command to the toolbar
 
Great! Thanks!
William LaMartin said:
From the Tools menu, choose Customize. Click the Commands tab, select the
Build category, and then from the commands list drag the Solution
Configurations command to the toolbar
 
Back
Top