Visual studio debugging error: Site can't be reached

We are developing web site .net core 2 in Visual Studio 2017. That web project was working fine. Now I try to

Start Without Debugging (Ctrl+F5) get an error: Site Can't be reached.
ERR_CONNECTION_RESET

How can i resolve this?

image description here

Upvotes: 1

Views: 5117

Answers (2)

I figure you probably won't have the correct IIS settings introduced. Investigate your windows highlights. Ensure you have support for the correct form on ASP.NET diverted on which are accessible from the control board.

setting you may have this way

you can check the official archive here

Upvotes: 0

Saurabh Solanki
Saurabh Solanki

Reputation: 2204

I think you might not have the right IIS settings installed. Take a look in your windows features. Make sure you have support for the right version on ASP.NET turned on which are available from control panel.

setting you may have like this

you can check official document here

Upvotes: 3

Related Questions