28,402
社区成员
发帖
与我相关
我的任务
分享
<configuration>
<system.webServer>
<handlers>
<add name="asp-html" path="*.html" verb="*" modules="IsapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="Unspecified" requireAccess="Script" />
</handlers>
</system.webServer>
</configuration>
把这个配置合并到你网站根目录的 web.config 文件里头