剖析器錯誤訊息: 使用 'configSource' 的區段不能包含其他的屬性或元素。
在web.config中通常習慣將參數key-value設定
直接寫在配置檔中
不過若有出現
<appSettings configSource="external.config" />
就千萬要記得不要把設定值包在裏頭
專案目錄和web.config同一層下一定還有一個外部config叫做external.config
要配置於此才對
Ref:
https://stackoverflow.com/questions/27691636/write-appsettings-in-external-file
https://www.c-sharpcorner.com/article/work-with-external-appsetting-of-web-config/
留言
張貼留言