IE11 unable to connect to local IIS, other browsers work fine

前端 未结 3 1736
情歌与酒
情歌与酒 2021-02-08 11:01

I\'m using the XIP.IO wildcard domain to access a website running on a local IIS server.

Today, IE 11 stopped accessing the site, whilst Chrome and Firefox continued to

相关标签:
3条回答
  • 2021-02-08 11:36

    The easiest way to make IE11 work with localhost on windows 8 is by going in the internet options > Security and drop all those bars to the lowest level and disable Protected Mode. I'm only using IE11 to see if my developed websites work correctly, not for browsing the internet. For that I have Chrome/Firefox.

    0 讨论(0)
  • 2021-02-08 11:37

    I had same issues , I have fixed with the below 3 options

    1. Do a DNS Flus using Command Prompt Open a command prompt and type ipconfig /flushdns

    2. if 1st option does not work

      clear Ssl cache in IE 11 browser Inter explorer options -> Content -> Clear SSL Settings

    3. you can try above 1,2 step still does not works

      go to Internet options -> ADvanced --> click on reset to reset the internet explorer settings

    4. Close all Browser windows , open a new session

      it will work I have fixed similer way Hope it helps thank you .

    0 讨论(0)
  • 2021-02-08 11:44

    Internet Explorer 11 includes a new isolation technology called AppContainer which is used by the Enhanced Protected Mode feature of the browser. EPM/AppContainer network restrictions help mitigate attacks against the computer by preventing content in the Internet Zone from connecting to your local network or your local PC.

    The problem you're encountering occurs when the zone settings are such that your Local PC's content is treated as Internet Zone. If you were to use the machine name (e.g. http://mypc or http://localhost) the content would load in the Intranet Zone and thus outside of Protected Mode and thus outside of the AppContainer.

    The same feature prevents IE11 from using Fiddler in your scenario; you can learn more about this issue here: http://fiddler2.com/blog/blog/2013/08/02/fiddler-and-internet-explorer-11-on-windows-8-1

    To resolve this issue, use the Win8 Config tool at the left of Fiddler's toolbar (or download the standalone EnableLoopback tool from http://blogs.msdn.com/b/fiddler/archive/2011/12/10/fiddler-windows-8-apps-enable-loopback-network-isolation-exemption.aspx)

    0 讨论(0)
提交回复
热议问题