文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>.Net2.0 使用ConfigurationManager读写配置文件_Asp.Net开发技巧

.Net2.0 使用ConfigurationManager读写配置文件_Asp.Net开发技巧

时间:2010-09-16  来源:蔚蓝的大海

.net1.1中如果需要灵活的操作和读写配置文件并不是十分方便,一般都会在项目中封装一个配置文件管理类来进行读写操作。而在.net2.0中使用ConfigurationManager 和WebConfigurationManager 类可以很好的管理配置文件,ConfigurationManager类在System.Configuration中,WebConfigurationManager在System.Web.Configuration中。根据MSDN的解释,对于 Web 应用程序配置,建议使用 System.Web.Configuration.WebConfigurationManager 类,而不要使用 System.Configuration.ConfigurationManager 类。

下面我给出一个简单的例子说明如何使用WebConfigurationManager操作配置文件:
       //打开配置文件
        Configuration config = WebConfigurationManager.OpenWebConfiguration("~");
        //获取appSettings节点
        AppSettingsSection appSection = (AppSettingsSection)config.GetSection("appSettings");
        //在appSettings节点中添加元素
        appSection.Settings.Add("addkey1", "key1's value");
        appSection.Settings.Add("addkey2", "key2's value");
        config.Save();

运行代码之后可以看见配置文件中的改变:

<appSettings>
  <add key="addkey1" value="key1's value" />
  <add key="addkey2" value="key2's value" />
</appSettings>
修改和删除节点或属性也非常方便:

       //打开配置文件
        Configuration config = WebConfigurationManager.OpenWebConfiguration("~");
        //获取appSettings节点
        AppSettingsSection appSection = (AppSettingsSection)config.GetSection("appSettings");
        //删除appSettings节点中的元素
        appSection.Settings.Remove("addkey1");
        //修改appSettings节点中的元素
        appSection.Settings["addkey2"].Value = "Modify key2's value";
        config.Save();
配置文件:
<appSettings>
   <add key="addkey2" value="Modify key2's value" />
 </appSettings>
参考:http://msdn2.microsoft.com/en-us/library/ms228060.aspx

http://justicfu.cnblogs.com/archive/2006/06/21/431632.html

转自:动态网站制作指南 | www.knowsky.com
vga gamer hd tv boxnetbook graphics cardusb digital converterdell e6400 base system device drivernetwork cable unplugged wireless laptoprtl8187b_wlan_adapter driverf5u237 7 port usb hub problemsconvertir teclado ps2 a usbhigh definition satelliteide cable max lengthwiring red livesprint wireless broadband servicerouter wireless netgearps3 3in1 wireless keyboard controller remotecomposite video portgamespot best wii gamesunterschied cat 5e cat 6longest firewire cablebest solder guitarslexmark inkjet cartridgeswhat does an inverter docrossover cable wiringarriva bus day ticketdell latitude d620 power supplyps3 internet connectionhigh speed barcode scannerhdmi y connectorbelkin usb rs232 drivercompact flash card reader usbsprint wifi serviceshard drive connections picturescar xm direct satellite radio packagebenefits hydroxycutmemory card error card locked forumsradio shack banana plugssilver hoop diamond earringsbluetooth vs laser mousecat5e termination diagramgame port cardcomcast vs charterparallel cardfox soccer channel fioslan wireless access pointvga wikipediabmx bike parts ukps3 20gb vs 60gbflv editor freeware downloadcat5 crimpdownload driver argosy pcmcia serial cardremote desktop software download

Replica lv Hangbags

Replica Hangbags

Hangbags

replica handbags

replica handbags

replica handbags

replica handbags

handbags

replica handbags replica handbags replica handbags replica handbags replica handbags

usb cable

usb cable

usb cable

usb cable

usb flash drives

usb flash drives

usb flash drives usb flash drives usb flash drives usb flash drives USB Connector USB Connector USB Connector USB Connector USB Connector USB Connector
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载