2

In web developer express 2008 there was a Build option in the menu.

In web developer express 2010 it is not in the menu anymore, and under the Debug menu option I can only make a Debug build.

What is the new way to make a build release in 2010?

alt text http://www.deviantsart.com/upload/1nnd8pm.png

Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
  • Yeah, this is terrible. :< I had to resort to calling msbuild without Visual Studio's interfaces, but I dont' think that woudl work for the web developer thingy. – MiffTheFox May 21 '10 at 18:21

2 Answers2

5

Select "Tools" -> "Settings" -> "Expert Settings". This will enable "Build" -> "Configuration Manager".

There will be more folks asking the same question (it took me some time to figure this out), let's make this public info.

1

On the screen capture you posted, there is a "Configuration Manager" option on the menu. Try looking there for release vs debug build settings, including the current/active configuration.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794