未能执行URL(FCK)

<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>

你可能感兴趣的:(url)