标签:
在 <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>
转载自....
标签:
原文地址:http://www.cnblogs.com/sandunban/p/5229337.html