Forum Discussion

Thorsten_Lai's avatar
11 years ago

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 rep...
  • Rob_Wilcox1's avatar
    11 years ago

    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.

  • Thorsten_Lai's avatar
    11 years ago

    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?