本文展示了如何在运行时更新(添加,修改或删除)App.config
里的 AppSettings
属性及自定义配置节。
App.config 文件
更新 AppSettings
添加一个元素
修改已有元素的键值
删除已有的元素
更新自定义配置节
添加一个元素
修改已有元素的键值
删除已有的元素
输出全部元素
参考文献
- Modifying app.config at runtime throws exception
- update app.config file programatically with ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
- Opening the machine/base Web.Config (64bit) through code