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

87

被折叠的 条评论
为什么被折叠?



