【edobnet】.net framework 2.0以上修改config配製更容易
讀APPSETTING行簡單:
_nowVersion = ConfigurationManager.AppSettings["nowVersion"];
以前與配製通過操作XML檔案來進行,現在可以修改為以下方式:
_nowVersion = ConfigurationManager.AppSettings["nowVersion"];
以前與配製通過操作XML檔案來進行,現在可以修改為以下方式:
ExeConfigurationFileMap filemap = new ExeConfigurationFileMap();
filemap.ExeConfigFilename = "AupdateConsole.exe.config";
Configuration config = ConfigurationManager.OpenMappedExeConfiguration(filemap, ConfigurationUserLevel.None);
config.AppSettings.Settings["nowVersion"].Value = _nowVersion;
config.AppSettings.Settings["siteCode"].Value = _siteCode;
config.AppSettings.Settings["siteName"].Value = _siteName;
config.AppSettings.Settings["appId"].Value = _appId;
config.AppSettings.Settings["appCode"].Value = _appCode;
config.Save();
return true;
filemap.ExeConfigFilename = "AupdateConsole.exe.config";
Configuration config = ConfigurationManager.OpenMappedExeConfiguration(filemap, ConfigurationUserLevel.None);
config.AppSettings.Settings["nowVersion"].Value = _nowVersion;
config.AppSettings.Settings["siteCode"].Value = _siteCode;
config.AppSettings.Settings["siteName"].Value = _siteName;
config.AppSettings.Settings["appId"].Value = _appId;
config.AppSettings.Settings["appCode"].Value = _appCode;
config.Save();
return true;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12639172/viewspace-349321/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 微信有3000以上好友的人,更容易找工作
- .NET Framework 2.0及4.0下載地址Framework
- entity framework與ADO.NET 2.0效率Framework
- 在 .NET Compact Framework 2.0 中使用 COM InteropFramework
- 【edobnet】利用.Net 執行緒池提高應用程式效能.執行緒
- asp.net 2.0揭祕讀書筆記一:ASP.NET和.NET FrameworkASP.NET筆記Framework
- .Net 7 的AOT的程式比託管程式碼更容易破解?
- AOSP之修改frameworkFramework
- vsftpd-1.1.3配製例項之三:PER_IP_CONFIG(轉)FTP
- ASP.NET新增、修改、刪除web.config配置資訊ASP.NETWeb
- Entity Framework Core 2.0 入門Framework
- Entity Framework Core 2.0 新特性Framework
- .NET Framework 4 和 .NET Framework 4 Client ProfileFrameworkclient
- AirNet系統扇區修改說明.V2.0AI
- ASP.NET 2.0中動態修改頁面標題ASP.NET
- Stylus在VUE2.0以上的使用Vue
- .net framework 5.0Framework
- .NET Framework 工具Framework
- Tvori推出2.0版本,讓VR動畫製作更簡單VR動畫
- Zend Framework 2.0資料彙總Framework
- 【C# .Net Framework】在.Net Framework中使用gRPCC#FrameworkRPC
- bgo: 讓構建 go 程式更容易Go
- Jscalpel 使操作物件更容易JS物件
- 在Scala IDE 2.0中設定使用 Play framework 2.0IDEFramework
- .NET Framework 4和.NET Framework 4 Client Profile的區別Frameworkclient
- N[開源].NET CORE與MySql更配, MySqlSugar ORM框架 3.xMySqlSqlSugarORM框架
- requirejs 配製UIJS
- .NET Framework 原始碼Framework原始碼
- .NET Framework 類庫Framework
- NET Framework 類庫Framework
- .NET Framework版本解析Framework
- NET Framework簡介Framework
- vsftpd-1.1.3配製例項之二:INTERNET_SITE_NOINETD(轉)FTP
- 也許,這樣理解HTTPS更容易HTTP
- 無法識別的配置節 system.serviceModel。源: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.configWindowsROSFrameworkMac
- 瞭解 .NET Framework 2.0 中“程式碼訪問安全性”(CAS) 的新特點Framework
- asp.net2.0中2種讀取web.config資料庫連線字串ASP.NETWeb資料庫字串
- 簡單的製作frameworkFramework