<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<add name="CustomWebEvents" preCondition="managedhandler" type="MyEvents, Common, Version=3.5.0.0"/>
</modules>
</system.webServer>
其中的:managedhandler是怎么配置的?
如何让该拦截器只针对某一种文件
建议你看看这篇文章,http://www.educity.cn/develop/493576.html。写的很详细。