现在的位置: 首页 > 综合 > 正文

UrlReWrite + fckeditor 被折腾两天了终于解决

2013年04月01日 ⁄ 综合 ⁄ 共 287字 ⁄ 字号 评论关闭

 

在web.config里加两个地方:

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

<httpHandlers>
...............
 <add verb="*" path="*.html" type="System.Web.UI.PageHandlerFactory"/>
</httpHandlers>

抱歉!评论已关闭.