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

相关文章:

  • 2021-11-22
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
猜你喜欢
  • 2021-06-14
  • 2022-12-23
  • 2022-02-27
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案