Forum Discussion
3rd Party Web Application won't run in Edge Beta
HotCakeX I have now. thanks. Waiting for GP to propagate to see if that worked.
in case it takes too long, run "gpupdate /force"
- BryceContentoNov 11, 2019Copper Contributor
HotCakeX I did and I can see the policies applied: edge://policy/
I thought I set everything correctly but it still doesn't seem to work.
https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#internetexplorerintegrationlevel1https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#internetexplorerintegrationsitelist\\cas-dc1\NETLOGON\iesites.xmland this inside the XML doc:<site url="http://cas-bst/auroraweb/">
<open-in app="true">IE11</open-in>
</site>
- HotCakeXNov 11, 2019MVP
Can you try using the Enterprise mode site list manager to test it?
there needs to be a site-list version parameter in your .xml file too.
when I used it, the created xml file looked like this:
<site-list version="3"> <created-by> <tool>EMIESiteListManager</tool> <version>10.0.14357.1004</version> <date-created>09/30/2019 08:56:15</date-created> </created-by> <site url="bing.com"> <compat-mode>Default</compat-mode> <open-in>IE11</open-in> </site> <site url="necacom.net"> <compat-mode>Default</compat-mode> <open-in>IE11</open-in> </site> </site-list>- BryceContentoNov 11, 2019Copper Contributor
HotCakeX I used the tool, but it said it couldn't connect to the URL. Could it be because it's not pointing to a full domain name (with a .com extension) as it's running on an internal server? We point IE to http://cas-bst and the site loads. I did modify the XML to include the revisions you suggested. Still no luck.
I also changed the site to yahoo.com to see if I could verify at least that site was working, but it also does not appear in IE mode either.