How to solve glyphicons-halflings-regular.woff2 Err_Aborted issue in ASP.Net MVC 5

后端 未结 5 1453
再見小時候
再見小時候 2021-01-31 10:34

So I have a project where I want to change the theme of BootStrap. So, I took theme from BootSwatch and the theme is selected is Lumen. Now in my Bundle.Config file, I made belo

5条回答
  •  不思量自难忘°
    2021-01-31 11:28

    As an alternate to Reyan Chougle's answer, this can also be fixed through IIS:

    1. Open IIS, click on your site.

    1. In the middle section, under the grouping IIS, double-click MIME Types

    1. Edit or add woff and/or woff2 extensions:
      • .woff -> application/x-font-woff
      • .woff2 -> application/font-woff2

    NOTE: Tested on IIS 8.5 in the Chrome web browser

提交回复
热议问题