摘要:
网站配置文件Web.config是一xml文件,在对其进行配置时,可采用对一般xml文件进行操作的方式。 XmlDocument xmldoc = new XmlDocument(); string filename = Server.MapPath("..//") + "Web.config"; xmldoc.Load(filename); XmlNode root = xmldoc.SelectSingleNode("configuration"); XmlNode conNode = root.Se... 阅读全文
posted @ 2013-05-17 19:42
柳絮
阅读(139)
评论(0)
推荐(0)
浙公网安备 33010602011771号