Quantcast
Channel: Configuration and Deployment
Viewing all articles
Browse latest Browse all 3561

Web.Config transformations

$
0
0

We have the following in our web.config:

  <appSettings configSource="config\app.debug.config" />  <connectionStrings configSource="config\connectionstring.debug.config" />

How can we use transformation in a TEST build profile to make the elements this:

  <appSettings configSource="config\app.test.config" />  <connectionStrings configSource="config\connectionstring.test.config" />

Thanks!


Viewing all articles
Browse latest Browse all 3561

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>