I am having a problem with Visual Studio 2017 RC, where when I launch an MVC and / or WebAPI application using IIS Express, the application never starts. Instead, I was stuck with a page in the browser indicating that it was trying to connect, and from there it did not go any further. If I open another tab / window in the browser and try to go directly to the launch URL, it will just spin forever. Similarly, when I run this using the net net run command, the application starts up and works fine.
There seems to be no errors that I can see, just that the browser spins endlessly without even loading the page / endpoint.
Note: this happens for most cases. A recently created project in VS without changes, a well-known working project from previous versions, etc.
source share