Developing and testing features or extensions for Microsoft Edge
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Some of our internal legacy web apps fail to load in Edge even though IE mode is enabled and the site is included in the Enterprise Mode Site List. ActiveX and old scripts don’t run properly. Could you please check if there’s any additional configuration needed for full IE compatibility?
Developing and testing features or extensions for Microsoft Edge
Answer accepted by question author
Hi @Davisd ,
Thank you for your question on Microsoft Edge Q&A. I understand your frustration with IE mode not working for legacy intranet sites in Microsoft Edge. Nothing to worry about—I'm here to help you troubleshoot.
Based on your description, here are some likely causes:
I've gathered some targeted solutions—try them in order, starting with Method 1 for quick wins:
Method 1: Verify and Adjust IE Mode Settings for Intranet Sites
Method 2: Unblock ActiveX Controls via Internet Properties: (Optional)
inetcpl.cpl, and press Enter. Method 3: Run IE Mode as Admin for Elevated Privileges: (Optional)
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" -Embedding (note: use x86 path if on 64-bit), and run as administrator (right-click > Run as administrator). Method 4: Use Enterprise Site Discovery for Better Detection:
powershell.exe -ExecutionPolicy Bypass -File .\IETelemetrySetUp-Win8.ps1 (adapt for Win11 if needed), then restart devices to collect legacy site data and update your Site List. I hope these steps resolve the issue! Let's me know if you have any questions.