Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Team,

i checked my IIS default LOG file . while checking i have found 404 3 Error Code. i google it and read some articles most of them advised as its related to MIME. but my question is 404 3 issue mapped with css file which i used in my website
../Content/<pre>css/bootstrap.css


i don't guess any clues. please help me to identify why this issue mapped with this below line.

<pre>2017-02-28 00:00:20 10.2.64.6 GET /Content/fonts/glyphicons-halflings-regular.woff2 - 443 - 10.10.10.86 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.87+Safari/537.36 https://www.abc.com/Content/<pre>css/bootstrap.css
404 3 50 202

What I have tried:

look on google and read some articles most of them advised as its related to MIME
Posted
Updated 2-Mar-17 2:11am
v2
Comments
sencsk 3-Mar-17 4:26am    
i used F12 in the Browser . under Network and console easy to identify the issue

1 solution

Add this under <system.webServer>

XML
<staticContent>
      <mimeMap fileExtension=".woff2" mimeType="text/html" />
    </staticContent>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900