3rd Party Web Application won't run in Edge Beta

Copper Contributor

Having just returned from Ignite, I was excited to learn about the new Edge beta and installed it. We were told that every site would work at least in "internet explorer mode" but one of our 3rd party vendor web-apps does not. It is from BST Global (bstglobal.com/). I runs fine in Internet Explorer but does not load in the new Edge and I don't see any indication that it's trying to run in IE mode (or if that is something I need to force it to do). I'm pretty certain it uses Active X controls. Is there some process I can work through to try and get it to run correctly?

10 Replies
Hi,
have you enabled Internet explorer mode in your environment?
https://docs.microsoft.com/en-us/deployedge/edge-ie-mode

How do I know if a site is loading in IE mode?
https://docs.microsoft.com/en-us/deployedge/edge-ie-mode#frequently-asked-questions

@HotCakeX I have now. thanks. Waiting for GP to propagate to see if that worked. 

You're welcome,
in case it takes too long, run "gpupdate /force"

@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.

InternetExplorerIntegrationLevel  1
 
InternetExplorerIntegrationSiteList  \\cas-dc1\NETLOGON\iesites.xml  
 
and this inside the XML doc:
 

<site url="http://cas-bst/auroraweb/">

<open-in app="true">IE11</open-in>

</site>

@BryceContento 

 

Can you try using the Enterprise mode site list manager to test it?


https://docs.microsoft.com/en-us/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-li...

 

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>

@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.

Try configuring it to load all intranet sites in IE mode
https://docs.microsoft.com/en-us/deployedge/edge-ie-mode#configure-all-intranet-sites

i can't tell exactly what is not working, if you see the policies you set in
edge://policy/
and the sitelist.xml file is also visible in that page and you can see the contents, then all should work.

unless you haven't enabled the other group policy required to enable IE mode for your Edge? that's the only thing i can think of.

try turning on IE mode using the flags instead:
edge://flags/
enable these:

Enable IE Integration
Enables integration with Internet Explorer – Windows
#edge-internet-explorer-integration


Enable enhanced hang resistance for IE Integration
Enables enhanced hang resistance for Internet Explorer mode – Windows
#edge-internet-explorer-integration-enhanced-hang-resistance


Enable IE window hang resistance for IE Integration
Enables resistance to Internet Explorer window hangs for Internet Explorer mode – Windows
#edge-internet-explorer-integration-window-hang-resistance


Enable Delete Browsing History Support for Internet Explorer Integration
Enable Delete Browsing History for Internet Explorer Integration on settings page, and Delete Browsing History on Exit integration with Internet Explorer mode. – Windows
#edge-internet-explorer-integration-delete-browsing-history


@HotCakeX Seem to be making a little progress.

 

I was able to get IE Mode working (tested by setting the XML file to load Yahoo.com in IE Mode). That worked. I then put the URL of the web-app back in to test. Now, when the site starts to load, I do see the IE Mode icon flash briefly, but then it disappears as it moves to loading the .asp page that loads the content. It never progresses beyond the logo screen. 

almost got it. I made a couple of changes, and if I manually type the final URL of the web-app instead of letting it route itself through landing pages, etc., it loads. Thanks for the help. I should be able to lock it in from here.
You're welcome, happy to hear you got it working :)