How do you handle multiple web.config files for multiple environments?

后端 未结 9 1146
野趣味
野趣味 2020-12-08 01:04

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

9条回答
  •  执笔经年
    2020-12-08 01:21

    It really depends on what the difference is between the environments that is causing you to use different web.config files. Can you give more information as to why each environment currently needs a different one?

提交回复
热议问题