0.web.config文档中,各个节点的属性如何设置可以参考《configurationElement (General Settings Schema)》一文及其中的Reference小节。1.往web.config中写入自定义的配置节点(configuration section),就必须顺带地实现该自定义配置节点的操作类(configurationsection handler)。 在.net2.0以前,操作类必须实现System.Configuration.IConfigurationSectionHandler接口。2.现在,操作类必须继承System.Configuratio.. Read More
posted @ 2011-08-23 16:49 iliveido Views(483) Comments(0) Diggs(0)