用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