Twitter bootstrap glyphicons do not appear in release mode 404

前端 未结 7 1974
慢半拍i
慢半拍i 2020-12-24 11:55

I`m working on a project in ASP.NET MVC 4 and I did following steps:

  1. Downloaded twitter bootstrap from http://blog.getbootstrap.com/2013/12/05/bootstrap-3-

7条回答
  •  一整个雨季
    2020-12-24 12:28

    I had the same problem, using IIS 7.5 webserver.

    The solution was to add .woff to the list of file name extensions with MIME type application/octet-stream on the webserver.

    You could also achieve the same in web.config:

    
        
        
    
    

提交回复
热议问题