1. 程式人生 > >解決網頁出現 net::ERR_ABORTED 404 (Not Found)問題

解決網頁出現 net::ERR_ABORTED 404 (Not Found)問題

1、在web.config配置檔案中新增woff字型的MIME型別

在Web.config中的system.webServer節點新增

<staticContent>

<remove fileExtension=".woff" />

<mimeMap fileExtension=".woff" mimeType="font/x-font-woff" />

</staticContent>

2、在IIS中新增woff字型的MIME型別

參考:https://shiyousan.com/post/635398568799806827