摘要:
一、Web.config配置解决办法 直接在Web.config下 加入: 1.<configSections> <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" /> </configSections> 2.<httpMod 阅读全文