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.
I have tried the below steps:
I am not seeing "Allow sites to be reloaded in Internet Explorer mode” toggle switch in Edge browser.
Microsoft Edge Version 91.0.864.54 (Official build) (64-bit)
Is there any way to enable it as my website is only supported in IE?
I appreciate any pointer in this regard.
Thank you
Developing and testing features or extensions for Microsoft Edge
May be you can try below line of code just after the HEAD tag, to work on the EDGE browser.
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="IE=EmulateIE10" http-equiv="X-UA-Compatible">
We have done the same thing on our website https://seowebchecker.com/ , and it is working.
From this article, we can find the reason we can't see Allow sites to be reloaded in Internet Explorer:
If you are on a device managed by your organization you will NOT see the option to Allow sites to be reloaded in Internet Explorer under edge://settings/defaultbrowser to allow Internet Explorer mode through the More tools menu.
In this situation, you can set your site to be opened in IE mode by configuring IE mode policies. For the detailed steps, you can refer to this doc.
There're two steps required to configure IE mode:
If the response 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.
Regards,
Yu Zhou
Hi All,
Not sure but I was working on the same issue yesterday and found this URL useful:
I have gone through the docs and if test the solution in my lab environment then would surely share in it..
You can use this video to guide you from scratch on how to enable IE mode. If your environment is AD domain based, there is also series on how to implement that using group policy.
https://youtu.be/FHQdc2G5458