快速切換 Web.config / App.config
Web.config
http://kevintsengtw.blogspot.tw/2014/08/webconfig.html
這邊的做法要經過"發行"後,Web.config 才會更改
http://blog.kkbruce.net/2016/09/enabling-xml-document-transforms-for-all-asp-net-web-by-develop-time.html
這邊的做法是經過"編譯"後,Web.config 才會更改
App.config
http://demo.tc/post/775
這邊的做法是經過"編譯"後
bin/Debug/App.config 或 bin/Release/App.config 才會更改