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

    技术2022-05-20  52

     

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


    最新回复(0)