目前,我有两个windows服务,希望它们从一个app.config文件中共享。
如何告诉ConfigurationManager类从两个服务共享的单个文件加载设置?
使用ConfigurationManager。Appsettings["]需要,每个服务都需要有自己的配置文件。如果用户可以只配置一个文件,而不是两个具有类似设置的文件,那就太好了。
干杯
<appSettings configSource="appSettings.shared.config"/>
http://sunali.com/2008/01/23/configsource-property-dividing-configuration-files-into-pieces/