|
|
Question : Setting Content-Type / MIME Type for Favicon
|
|
I am using http://www.iewatch.com/ and on http://www.favicon.com, it reports that the favicon.ico is application/octet-stream. And on one of our sites it reports image/x-icon.
I have gone into IIS and right clicked on Website properties - which I am guessing brings up all the websites? But when I get to properties - HTTP headers, nothing is listed under the MIME type. So where can I change this?
|
Answer : Setting Content-Type / MIME Type for Favicon
|
|
If you want to enable this mime type for all of the sites running on the server then you should add it under the IIS manager > Servername > properties > Mime Types add it here If you want to enable this mime type for only one site then under IIS > website> Properties > HTTP Header> Mimetypes add it here
|
|
|
|