.NET Configuration (app.config/web.config/settings.settings)

后端 未结 13 1276
广开言路
广开言路 2020-11-29 14:41

I have a .NET application which has different configuration files for Debug and Release builds. E.g. the debug app.config file points to a development SQL Server which has d

13条回答
  •  死守一世寂寞
    2020-11-29 15:19

    You'll find another solution here: Best way to switch configuration between Development/UAT/Prod environments in ASP.NET? which uses XSLT to transfor the web.config.

    There are also some good examples on using NAnt.

提交回复
热议问题