I create this question to share my recent knowledge of a weird IE behaviour.
An intranet web application (ASP.NET) is under construction by myself and some Glyphicons are on a page. When I run the website on localhost, using Visual Studio, no problem appear.
But when I deploy it on the IIS server, icons was not rendering anymore.
Situation 1: on the server
Situation 2: on localhost
This problem only appear in IE (v. 8 here) when viewing it on the server. Firefox and Chrome work properly, rendering the icons in both server and localhost case.
I search and find many possible solutions (MIME types, fonts format, eso) but nothing resolve the problem.