无语的UrlReWrite配置fckeditor折腾两天,终于找到答案!!

终于搞定了:

 

分享如下:
在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>
posted @ 2011-02-26 14:37  Marksion  阅读(243)  评论(0编辑  收藏  举报