R
roundcrisis
HI there:
I have to modify the value of an item in appSettings
ConfigurationManager.AppSettings["somekey"] = somevalue;
ConfigurationManager.RefreshSection("appSettings");
however the value is nto refreshed, any ideas?
I have to modify the value of an item in appSettings
ConfigurationManager.AppSettings["somekey"] = somevalue;
ConfigurationManager.RefreshSection("appSettings");
however the value is nto refreshed, any ideas?