设置让ASP.NET管道接收所有类型的请求

在web.config文件添加如下一段配置:

<configuration>
  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true">
    </modules>
  </system.webServer>
</configuration>

 

posted @ 2015-08-05 11:23  FrankYou  阅读(234)  评论(0编辑  收藏  举报