Developer specific app.config/web.config files in Visual Studio

前端 未结 9 1847
执笔经年
执笔经年 2020-12-12 10:05

We have several .NET projects where we store certain settings in configuration files.

Now each developer will have their own configuration files that differ a little

9条回答
  •  粉色の甜心
    2020-12-12 10:42

    We are using machine.config to avoid having differences in web.config between the environments.

提交回复
热议问题