首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

未能执行URL(FCK)

Posted on 2010-12-01 10:04  达奇  阅读(2422)  评论(0编辑  收藏  举报

<compilation debug="true"> 下 加入:

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

<system.web> 下加入:

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