asp.net 4.0 - Add a config file for a new configuration in Visual Studio -


i have web app default web.config file has 2 "child" (or how call them?) config files: web.debug.config , web.release.config.

but i'll need deploy qa , staging environments, each of have separate sqlserver instances require different connections strings. i'll need separate configurations these, i've added configurations in build > configuration manager.

question: how add "child" config file each new configuration?

right-click on config file, chose "add config transforms."


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -