在用URLRewrite重写路径到一个html页面时,出现无法载入的的错误,可加入以下代码
<httpHandlers> <add verb="*" path="*.html" type="System.Web.StaticFileHandler"/> </httpHandlers>