|
源文件: E:\home\LocalUser\479909\www\gdfc\web.config 行: 25
URL重写 有没有引用 我用的是“Intelligencia.UrlRewriter.dll”
另webconfig配置 在<configSections>下<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler,Intelligencia.UrlRewriter"/>另外 在<httpModules>下配置
<!--设置地址重写组件-->
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter"/>
最后
<!--设置地址重写组件-->
<rewriter>
<!--首页-->
<rewrite url="^~/Default.html$" to="~/Index.aspx" processing="stop"/>
大功告成
希望对你有帮助