Web.config, App.config中section处理问题
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah"/>
type指的是处理这里的section信息的命名空间和程序集,可是我打开Elmah.dll这个程序集,怎么没有找到这个Elmah.SecuritySectionHandler类啊?有什么不对的地方吗?
------解决方案--------------------Elmah.dll添加引用了吗?