Nate Pet
Nate Pet

Reputation: 46322

How to get to Release web.config file

How do I get to release web.config ?

I am using Visual Studio 2012 and I cannot seem to find how to get to it.

Upvotes: 0

Views: 40

Answers (1)

Superzadeh
Superzadeh

Reputation: 1106

Right click on your web.config file, click "add config transforms" to create the configuration transformations for each of your solution configuration.

Then to preview the files, right click on it (ie: web.release.config) and select "preview transform".

Note: if you do not have the mentionned options in the context menu, consider installing the "Web essentials" extention. It will make your life easier and save a leprauchaun from a terrible death.

Upvotes: 1

Related Questions