会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
太空人
博客园
首页
新随笔
联系
管理
订阅
2013年8月3日
读取、添加、删除、修改配置文件 如(Web.config, App.config)
摘要: 1 private Configuration config; 2 public OperateConfig() 3 : this(HttpContext.Current.Request.ApplicationPath) 4 { 5 } 6 7 public OperateConfig(string path) 8 { 9 config = WebConfigurationManager.OpenWebConfiguration(path);10 ...
阅读全文
posted @ 2013-08-03 08:54 Space Tian
阅读(1021)
评论(0)
推荐(0)
编辑
公告