Remawi
Remawi

Reputation: 21

I can't see Release Build in Visual studio 2010?

I have a website (target framework 2.0) , I install VS 2010 Ultimate on Windows 7 Professional, The problem is When I open the website, I'm trying to change the Build configuration from Debug->Release, There no "Release" item option in Solution Configuration drop-down list, which is on the Standard toolbar. even when i right click of solution and select properties, then Configuration Properties, I can see Active(Debug) only.

I need to publish a released copy. (in other word, no html code in aspx files)

Upvotes: 0

Views: 1359

Answers (1)

covo
covo

Reputation: 540

Release configuration is not available for Web Sites. You have two options:

I prefer the second option, it has many benefits, provides more options, and if you do it right, it can help with the deployment process.

Upvotes: 5

Related Questions