What is the substitute in Windows 11 or Edge for IE's Compatibility View

Paul Vriend 1 Reputation point
2022-04-20T20:51:47.97+00:00

We have a legacy app that only runs on IE. I got it to work on Windows 10 and Microsoft edge by doing three things. I first started in IE.

Setting Security to low

Put our website into Trusted sites

Ran the website into compatibility view

I then opened Edge and Changed Default Browser to Edge.

I allowed Internet Explorer open sites in Microsoft Edge.

I also chose to run our web app in IE Mode.

I then updated to Windows 11. It works for me there.

Unfortunately, I cannot get our client's new machines to work because I cannot find where to set up the parameters for the compatibility view. What in Windows 11 is the substitute? Here's what our menu looks like. Screen doesn't appear correct and menu buttons don't work. The app is written in Classic ASP and VBScript.

194881-menu.jpg

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,238 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yu Zhou-MSFT 12,951 Reputation points Microsoft Vendor
    2022-04-21T10:01:18.487+00:00

    Hi @Paul Vriend

    In Windows 11, you can set compatibility view in Enterprise Mode Site List. To use Enterprise Mode Site List to load IE mode sites, you need to configure group policies to set IE mode.

    You can refer to this doc to configure IE mode using group policies. The steps are like below:

    1. Enable Internet Explorer integration using Group Policy
    2. Configure the Enterprise Mode Site List

    For how to create the Enterprise Mode Site List, you can refer to this doc. You need to figure out which compatibility mode your site use in IE 11, then set the corresponding compatibility view in Enterprise Mode Site List. For example, if it use IE 10 compatibility mode, the sample sites list file is like below:

    <site-list version="4">  
      <created-by>  
        <tool>EMIESiteListManager</tool>  
        <version>12.0.0.0</version>  
        <date-created>04/12/2022 06:53:26</date-created>  
      </created-by>  
      <site url="www.somesite.com">  
        <compat-mode>IE10</compat-mode>  
        <open-in>IE11</open-in>  
      </site>  
    </site-list>  
    

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou