在 <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>
转载自....
时间: 2024-11-10 07:30:31