Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <httpProtocol>
  2. <customHeaders>
  3. <clear />
  4. <add name="X-UA-Compatible" value="IE=edge" />
  5. </customHeaders>
  6. </httpProtocol>
  7.  
  8. protected void Application_BeginRequest()
  9. {
  10. Response.AddHeader("X-UA-Compatible", "IE=edge");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement