Skip to content

Instantly share code, notes, and snippets.

@jawinn
Created October 31, 2013 02:30
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 jawinn/7243555 to your computer and use it in GitHub Desktop.
Save jawinn/7243555 to your computer and use it in GitHub Desktop.
Fix X-UA-Compatible With IIS
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-UA-Compatible" value="IE=Edge,chrome=1" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment