Edge fails to load legacy sites in IE mode.

Mark Dale 101 Reputation points
2021-02-09T14:14:34.163+00:00

Hi,

I am trying to get our legacy sites that need IE11 to open within an IE11 mode tab in Edge. Configuration is being set via Intune/MEM. All settings appear correct, but I cannot get it to work. I'm using Windows 10 and running the latest version of Edge.

Help please!

Configuration:

MEM Configuration Profile/Administrative Template>

Configure Internet Explorer integration = Internet Explorer Mode

Configure the Enterprise Mode Site List = https://xxxxxxxx/ie11.xml

XML File Content:

<site-list version="2">

<created-by>

<tool>EMIESiteListManager</tool>  

<version>12.0.0.0</version>  

<date-created>01/27/2021 14:48:44</date-created>  

</created-by>

<site url="www.bbc.co.uk">

<compat-mode>IE11</compat-mode>  

<open-in>MSEdge</open-in>  

</site>

</site-list>

edge://compat/enterprise
65857-aa.jpg

edge://policy/

65809-bb.jpg

Shown as set as user and device, but started with device only with same results.

Excerpt of chrome_debug.log

[8144:10088:0209/103028.230:VERBOSE1:dual_engine_navigation_throttle_win.cc(524)] Site found on sitelist. engine == Edge, allow-redirect == 0, matched sitelist url == *://www.bbc.co.uk, for_redirect == 0, IsHostingInternetExplorer == 0, IsRemoteDebugging == 0 for: http://www.bbc.co.uk/

Any ideas?

Many thanks

Mark

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,144 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,655 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,365 questions
{count} votes

Accepted answer
  1. Mark Dale 101 Reputation points
    2021-02-10T14:38:20.41+00:00

    Hi Don,

    Thanks for your reply. I do actually want the page to open in Edge, but in IE11 compat mode. However, it just opens in Edge normally. Therein lies my problem.

    Cheers

    Mark.

    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. DonPick 1,256 Reputation points
    2021-02-11T11:11:25.963+00:00

    if you follow my example, you'll get the same outcome I have for my thousands of sites in my corporate XML ::)

    you want IE11, rendered as IEMode rather than 'standalone' - you have to specify IE11 & IEMode_enable.

    refer step 1a
    https://learn.microsoft.com/en-au/deployedge/edge-ie-mode-policies#configure-using-the-use-the-enterprise-mode-ie-website-list-policy

    1 person found this answer helpful.
    0 comments No comments

  2. Mark Dale 101 Reputation points
    2021-02-11T13:59:39.443+00:00

    Don, you are correct sir. Thank you very much. There is a lot of documentation out there that gets this wrong. What you have explained works just as I want it.

    1 person found this answer helpful.
    0 comments No comments

  3. AliceYang-MSFT 2,081 Reputation points
    2021-02-10T08:56:37.733+00:00

    Hi,

    I'm unfamiliar with Intune/MEM and Edge but hope these general troubleshooting could solve the issue.

    1. Please ensure the Windows 10 meets Prerequisites
    2. In aa.jpg, redirection is not allowed, perhaps we can try set the value to TRUE.
    3. In bb.jpg, there's a warning that more than one source is present, perhaps we can save only one source.
    4. If you are using Microsoft Edge Enterprise, please list the site in the Enterprise Mode Site List

    About IE mode
    Only those sites that you specifically configure (via policy) will use IE mode, all other sites will be rendered as modern web sites. For a site to use IE mode, you need to:
    List the site in the Enterprise Mode Site List XML defined in one of these policies:
    Microsoft Edge 78 or later, "Configure the Enterprise Mode Site List"
    Internet Explorer, "Use the Enterprise Mode IE website list"
    Note
    We only process one Enterprise Mode Site List. The Microsoft Edge site list policy takes precedence over the Internet Explorer site list policy.

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

  4. Mark Dale 101 Reputation points
    2021-02-10T10:54:32.7+00:00

    Hi Alice,

    Thank you for your reply. All good suggestions, but mostly ones I've already looked at - sorry I didn't cover them in my post.

    Pre-reqs - We are running 1909 so version is good. We are using the Edge admin template and IE11 is enabled.

    Redirection - I've tried with redirection on and off and with the same result. Currently testing is with it on (True).

    Multiple sources for settings - I started testing with only 'Device' settings and added 'User' later as was suggested by another person. Not tried 'User' only, but will do for completeness. and update.

    Enterprise mode site list - We are using the list. I didn't put in my post, but 'www.bbc.co.uk' is the site that I am testing with.

    Regards

    Mark.