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
Post a Comment