Skip to content

Instantly share code, notes, and snippets.

@robvanoostenrijk
Created June 11, 2014 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robvanoostenrijk/6a03e5a8da82c9111bfe to your computer and use it in GitHub Desktop.
Save robvanoostenrijk/6a03e5a8da82c9111bfe to your computer and use it in GitHub Desktop.
Override Internet Explorer compatibility mode on Intranet
<system.webServer>
<httpProtocol>
<customHeaders>
<clear/>
<add name="X-UA-Compatible" value="IE=edge,chrome=1"/>
</customHeaders>
</httpProtocol>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment