The website that I am developing is added to the list of local intranet sites in IE browsers.
Then in compatibility view settings the check box for the "display intranet sites in Compatibility View" is checked.
Problem, the site that I am developing right now is displayed as compatibility view in IE browsers (For very obvious reason).
What I tried so far is adding the below header but to no avail.
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
and
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=edge" />
</customHeaders>
</httpProtocol>
Removing the said settings is not an option since there are 300,000 computers to modify around the world (Lucky for me).
Question, Is there a way we can override this settings?
Aucun commentaire:
Enregistrer un commentaire