Custom ConfigurationSection to external .config

后端 未结 1 1227
礼貌的吻别
礼貌的吻别 2020-12-15 11:35

I know there is an easy way to move any \"standard\" config section to external file i.e.


but w

相关标签:
1条回答
  • 2020-12-15 12:14

    You can use

    <somename configSource="myfile.config"/>

    However unlike appSettings file=..., you must put the entire section in the external file: there is no merging.

    0 讨论(0)
提交回复
热议问题