Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I would like to force IE users that have Compability Mode turned on to render the website in normal IE mode.
In order to be sure, to make this work I found on this forum entry:
http://stackoverflow.com/questions/9182428/force-internet-explorer-9-to-use-ie-9-mode
It says that you have add X-UA-Compatible: IE=edge,chrome=1 in the HTTP Header.
Does anyone know how to go about this?
I guess this is something in the umbraco core. Is it even possible to add to the HTTP Header sent from the umbraco webapplication?
Kind of found a solution pretty quick after I added this entry.
Simplest way of doing this is to add to the Http Response Header in the IIS on the server. Here is the link if anyone needs it:
http://sudhanshutheone.net/2013/10/15/force-internet-explorer-to-use-standards-mode-x-ua-compatible-http-header/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom HTTP Header
I would like to force IE users that have Compability Mode turned on to render the website in normal IE mode.
In order to be sure, to make this work I found on this forum entry:
http://stackoverflow.com/questions/9182428/force-internet-explorer-9-to-use-ie-9-mode
It says that you have add X-UA-Compatible: IE=edge,chrome=1 in the HTTP Header.
Does anyone know how to go about this?
I guess this is something in the umbraco core. Is it even possible to add to the HTTP Header sent from the umbraco webapplication?
Kind of found a solution pretty quick after I added this entry.
Simplest way of doing this is to add to the Http Response Header in the IIS on the server. Here is the link if anyone needs it:
http://sudhanshutheone.net/2013/10/15/force-internet-explorer-to-use-standards-mode-x-ua-compatible-http-header/
is working on a reply...