Unable to connect to web server iis express :
Try using a different port. I just set up a new Core 1.0 RC1 project and got the same error.
- Right-click web project
- Debug tab
- Toggle Enable SSL off and on again, it should generate a new random port
- Copy the SSL URL and paste into Launch URL box
- Run the project
Worked for me (TM).
Second Solution is
I simply toggled on “Enable SSL”. This solved my problem.
- Right-click web project
- Debug tab
- Toggle Enable SSL “on” (if it is off, which was my case)