摘要: Asp.Net2.0中我们可以方便的访问配置文件中,.NetFrameWork2.0新增加了 SystemWebSectionGroup 类。 允许用户以编程方式访问配置文件的 system.web 组。 比如判断web.config内是否为 debug="true",或者判断身份验证形式 SystemWebSectionGroup ws = new SystemWebSec... 阅读全文
posted @ 2011-12-08 18:16 poisson_notes 阅读(202) 评论(0) 推荐(0) 编辑