I am searching for a way to switch to a different app.config at runtime. These app.configs correspond to different types of environments and their urls and settings to test a web app. For example, I may have a config to navigate to the QA or STAGE environment and use certain settings as well as backend urls that correspond to those environments. So each config has its own settings. I have a base app.config that has base configs that are common to all environments in which I may test in. With that being said, I have been using Slowcheetah extension to transform to the different app.configs. However, i would like to do this pro-grammatically on a console project. How would I do that, without using Slowcheetah and perform this at runtime based on user input from the console. Here is a screen shot of my app solution explorer.
I have been looking at this link, and want to know if this will work. Please advise.