Can't open localhost in Microsoft Edge (Project Spartan) in Windows 10 preview

前端 未结 8 847

I installed Windows 10 preview and installed IIS.

Open \"http://localhost\" in Project Spartan can\'t connect.

IE has no problem. What\'s the problem?

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 02:05

    For the latest build (10158), the following command did it for me:

    CheckNetIsolation LoopbackExempt -a -n=Microsoft.MicrosoftEdge_8wekyb3d8bbwe
    

    The trick is to use the Get-AppxPackage PowerShell command to find out the family name of Edge app as vcsjones mentioned.

提交回复
热议问题