Forum Discussion
IE Site list mode not working
- Feb 20, 2020
eladz6 That is odd. We can take a look. Can you please send us the following -
1. A screenshot of edge://compat/iediagnostic
2. Start Edge with the command line "msedge.exe --enable-logging --v=1 --vmodule=*/dual_engine/*"
This will create a log in "%localappdata%\microsoft\Edge<Canary/Dev/Beta>\user data\chrome_debug.log"
This log is human readable and will contain URLs. Please proof read to ensure there is no PII information included before you share back with us.
Feel free to share the log via Private Message if you prefer.
Thanks!
eladz6 It looks like you have the policies set correctly. Does the site you expect to open in IE mode have the <open-in> tag set to IE11?
<site url="contoso.com">
<open-in>IE11</open-in>
</site>
I have a similar problem.
Our client has a website that uses the Activex component and the address must have initials in capital letters. The address is defined in the Enterprise mode list as follows:
//address.some.net/csp/test/Some.Window.cps
-<site url="address.some.net:57773/csp/test/Some.Window.cls">
<compat-mode>Default</compat-mode>
<open-in>IE11</open-in>
</link>
However, when checking edge://compat it shows the address in lower case. Like this: /address.some.net/csp/test/some.window.cps
Could this cause the site to not open correctly?