阿里云折扣码

轻云博客 > C#技术 > 强制更新web.config的AppSettings

强制更新web.config的AppSettings

作者:Aisencici / 日期:2019-8-26 10:59:00 / 分类:C#技术 / 浏览:2010

强制更新web.config的AppSettings

System.Configuration.Configuration cfa = WebConfigurationManager.OpenWebConfiguration("~");

cfa.AppSettings.Settings["ConnectionString"].Value = new_connectionString;//修改值

cfa.Save();//保存

ConfigurationManager.RefreshSection("appSettings"); //强制刷新配置文件 




本文标签:强制更新web.config的AppSettings
From:
分享到: