Internet Explorer in Intranet Site Compatibility Mode - How to Force to Always Render as Edge?

Asked

Viewed 2,343 times

3

I have a website that I made available to internal users on an intranet for approval.

But users who tested with Internet Explorer 11 were with the site being rendered in "Compatibility View Mode", because Internet Explorer checks that the site is on the Intranet and by default is configured to render in this compatibility mode. I understand that this mode is more suitable for older sites, in case IE renders with IE7 compatibility!

I know it is possible to change this setting in Internet Explorer, in Settings -> Compatibility View Mode Settings, unchecking the "Display intranet sites in Compatibility View" option, as shown below: inserir a descrição da imagem aqui

Or I can also change the mode by "F12 Developer Tools" as shown below: inserir a descrição da imagem aqui

But the question is: "How to force the page to always be displayed in Edge mode, ie the latest?"

1 answer

4


Put the following meta tag, shortly after the tag <title>:

<meta http-equiv="X-UA-Compatible" content="IE=Edge" />

Source

Browser other questions tagged

You are not signed in. Login or sign up in order to post.