External AppSettings File NOT merging with web.config

前端 未结 4 2061
长发绾君心
长发绾君心 2021-01-12 00:31

In my app, I have a web.config file with an appSettings section. The appSettings section contains a number of keys that the app uses. The appSettings section also contains

4条回答
  •  感情败类
    2021-01-12 00:53

    Perhaps worth mentioning that with Web.config those connectionStrings/@configSource and appSettings/@file are relative to project directory (not target directory). That had me for awhile.

提交回复
热议问题