"NetworkError: 404 Not Found - http://jellebens.azurewebsites.net/fonts/fontawesome-webfont.woff?v=4.0.3"
Add the following lines to your web.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<system.webServer> | |
<staticContent> | |
<remove fileExtension=".woff"/> | |
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" /> | |
</staticContent> | |
</system.webServer> |
references:
- http://ideasof.andersaberg.com/idea/23/quick-fix-iis-woff-font-file-404-not-found-in-aspnet-mvc
No comments:
Post a Comment