<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
把 上面一段插入到web.config
<system.webServer>
...
</system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
把 上面一段插入到web.config
<system.webServer>
...
</system.webServer>