文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>html URLRewriter生成静态页不能访问

html URLRewriter生成静态页不能访问

时间:2011-05-10  来源:freexiaoyu

IIS配置伪静态页

网站右键属性-->目录-->配置-->添加-->选择

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

扩展名.html 去掉确认文件是否存在对勾点击确定重起IIS

加上以下代码就可以访问了

<compilation debug="true">

 <buildProviders>
        <add extension=".html" type="System.Web.Compilation.PageBuildProvider"/>
      </buildProviders>
    </compilation>

 <httpHandlers>

 <!--配置伪静态页开始-->
      <add verb="*" path="*.aspx" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
      <add verb="*" path="*.html" type="System.Web.UI.PageHandlerFactory"/>
      <!--配置伪静态页结束-->
</httpHandlers>

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载