大橙子网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

C#如何保存对config文件的修改

关键是要创建System.Configuration.Configuration对象,这个对象没Save()方法

//创建
 System.Configuration.Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); 
//修改配置文件的内容
   config.AppSettings.Settings["path"].Value = this.txtPath.Text;
   config.ConnectionStrings.ConnectionStrings["大兴渗压计"].ConnectionString = txtGKPZ.Text;
//保存修改
     config.Save();

创新互联是一家专业提供长乐企业网站建设,专注与做网站、网站设计、H5页面制作、小程序制作等业务。10年已为长乐众多企业、政府机构等服务。创新互联专业网络公司优惠进行中。


网站题目:C#如何保存对config文件的修改
当前路径:http://dzwzjz.com/article/jdicsh.html
在线咨询
服务热线
服务热线:028-86922220
TOP