Thorsten_Lai
12 years agoLevel 3
configuring IIS to use compatibility mode in Internet Explorer (IE10)
Hi @ all,
is there any possibility to configure the IIS on the EV Server, so that every user automatically use the compatibility mode if they open ArchiveExplorerUI.asp?
Thanks for all reply.
Thorsten
You can only do it via GPO as far as I know:
http://www.techieshelp.com/force-ie9-into-compatibility-mode-with-a-gpo/
^^ Images are broken on that link, but you should get the idea.
In the end it's not something that the web server can/should dictate. It's a client setting.
Hi Rob,
we would like to use a solutions like described in this article: http://msdn.microsoft.com/en-US/cc817572.aspx
The X-UA-Compatible meta tag options as example are:
- “IE=edge”
- “IE=10″
- “IE=EmulateIE10″
- “IE=9″
- “IE=EmulateIE9
Is this possible?