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?
As of Windows 10 Build 10166+ (available today via Windows Insider), localhost access is available by default in Microsoft Edge without running the CheckNetIsolation command listed in previous answers.
You can disable this access via "about:flags", if you wish to have an even more secure configuration.
Please follow to following steps:
1.
2.
Copy this code
CheckNetIsolation LoopbackExempt -a -n=Microsoft.MicrosoftEdge_8wekyb3d8bbwe
3.
**
Job Done!