Edward Tanguay
Edward Tanguay

Reputation: 193302

How can I make a release build with Visual Web Developer 2010?

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

Upvotes: 2

Views: 1486

Answers (2)

Sergey Sorokin
Sergey Sorokin

Reputation: 51

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.

Upvotes: 5

Joel Coehoorn
Joel Coehoorn

Reputation: 415735

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.

Upvotes: 1

Related Questions