600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > IIS7.5 配置MVC3.0 伪静态 不能访问html伪静态页面

IIS7.5 配置MVC3.0 伪静态 不能访问html伪静态页面

时间:2020-11-28 20:10:35

相关推荐

IIS7.5 配置MVC3.0 伪静态 不能访问html伪静态页面

IIS7.5 针对MVc3.0的配置:

0.确保安装了了MVC3.0等环境

1..NetFrameWork4.0 集成环境

2.处理映射程序中添加托管处理程序即可

<system.webServer><validation validateIntegratedModeConfiguration="false" /><!--<modules runAllManagedModulesForAllRequests="true"/>--><handlers><add name="html_PageHandlerFactory" path="*.html" verb="*" type="System.Web.UI.PageHandlerFactory" resourceType="Unspecified" preCondition="integratedMode" /></handlers></system.webServer>

更多操作可参阅:/Extreme/archive//03/09/2951002.html

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。