摘要:
.net1.1中如果需要灵活的操作和读写配置文件并不是十分方便,一般都会在项目中封装一个配置文件管理类来进行读写操作。而在.net2.0中使用ConfigurationManager和WebConfigurationManager类可以很好的管理配置文件,ConfigurationManager类在System.Configuration 中,WebConfigurationManager在System.Web.Configuration中。根据MSDN的解释,对于 Web 应用程序配置,建议使用System.Web.Configuration.WebConfigurationManager类 阅读全文
posted @ 2012-11-02 18:32
枫-
阅读(325)
评论(0)
推荐(0)
浙公网安备 33010602011771号