错误324 (net::ERR_EMPTY_RESPONSE):未知的错误

<compilation debug="true">
<buildProviders>
        <add extension=".html" type="System.Web.Compilation.PageBuildProvider" />
</buildProviders>
</compilation>
<httpHandlers>
<add path="*.html" verb="*" type="System.Web.UI.PageHandlerFactory" validate="true"/>
</httpHandlers>

解决了 web.config 里加这几句就ok了

posted @ 2013-05-20 23:38  VipSoft  阅读(17537)  评论(0编辑  收藏  举报