internet explorer - Bootstrap Glyphicons icons not rendering in IE on server -



internet explorer - Bootstrap Glyphicons icons not rendering in IE on server -

i create question share recent knowledge of weird ie behaviour.

an intranet web application (asp.net) under construction myself , glyphicons on page. when run website on localhost, using visual studio, no problem appear.

but when deploy on iis server, icons not rendering anymore.

situation 1: on server

situation 2: on localhost

this problem appear in ie (v. 8 here) when viewing on server. firefox , chrome work properly, rendering icons in both server , localhost case.

i search , find many possible solutions (mime types, fonts format, eso) nil resolve problem.

if want solve problem without having user create modification, have add together new http response header in iis. here steps so:

open iis click on http response headers add setting name: "x-ua-compatible" , value: "ie=edge" done

make sure inquire user clear cache , restart browser (pretty of import step).

twitter-bootstrap internet-explorer localhost intranet glyphicons

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -