IIS asp.net网站伪静态配置

 用Intelligencia.UrlRewriter.dll来完成
1. web项目引用 Intelligencia.UrlRewriter.dll
2. web.config文件需要有如下配置
<configSections>
  <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" />
 </configSections>
 <system.web>
  <compilation debug="true" targetFramework="4.0" />
    <httpModules>
      < add type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter" name="UrlRewriter" />
    < /httpModules>
  < /system.web>
 <rewriter>
  <rewrite url="~/index.html$" to="~/index.aspx" processing="stop" />
 </rewriter>
3. IIS7 的配置
3.1 web程序管理器要“允许” ASP.NET v4.0.30319
3.2 网站的   处理程序映射  要增加  通配符映射  路径:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll 

IIS asp.net网站伪静态配置,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。