2018年3月7日 星期三

讀取其他 app.config 檔

參考引用:AppSettings get value from .config file
---
'設定其他 .config 檔
AppDomain.CurrentDomain.SetData("APP_CONFIG_FILE", @"d:\test\justAConfigFile.config.whateverYouLikeExtension");
ConfigurationManager.RefreshSection("appSettings");

string value = ConfigurationManager.AppSettings["NewKey0"];


沒有留言:

張貼留言