The way I currently handle this is by having multiple config files such as:
web.config web.Prod.config web.QA.config web.Dev.config
When th
We have a few workarounds (not all of them are done with web.config but the same idea)