其实很简单在IIS6下面能正常运行的Web.config里添加:
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="..." type="..."/>
</modules>
<handlers accessPolicy="Read, Write, Script, Execute">
<add path="..." name="..." type="..." verb="..." />
</handlers>
</system.webServer>
相关文章
- 谁熟悉iis7(集成模式)下的web.config配置
- web.config 配置兼容 IIS7 II6
- iis6|iis7|配置URLRewriter|64位操作系统下|.net2.0|.net4.0|配置URLRewriter|Web.config配置详情
- IIS7伪静态web.config配置的方法和规则
- Windows IIS7 伪静态 web.config 配置方法
- IIS7 伪静态 web.config 配置方法【详解】
- IIS7伪静态web.config配置的方法和规则
- 谁熟悉iis7(集成模式)下的web.config配置
- web.config 配置兼容 IIS7 II6
- IIS7 伪静态 web.config 配置方法【详解】