Fixing "Unable to connect to web server 'IIS Express'."
• blog
Delete your web application’s .vs\applicationhost.config and try again.
Then, in your project settings, change the App URL port to something new:
.png)
Launch your app. You can change the App URL back again afterwards, this just ensures VS will regenerate your applicationhost.config.
Enjoy!