What I\'m doing:
For me, IIS Express was not accessible when I added iplisten on DOS Prompt like this: netsh http add iplisten MyIPAddress. I fixed it by deleting the iplisten like this: netsh http delete iplisten MyIPAddress.
iplisten
netsh http add iplisten MyIPAddress
netsh http delete iplisten MyIPAddress