Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Debug "This site can't be reached"

One of my projects has stopped being able to run debug.. From one moment to another I get the response "This site can't be reached" when running the debugger in VS2017. I have tried the following solutions that I found, but none work for me.

  • Delete the bin folder
  • Clean and rebuild the solution
  • Unload and Reload the solution
  • delete the .vs folder
  • change the port and create Virtual Directory

These are the suggested solutions I find over and over again, but none work for me. Any other suggestions I could try?

NB: This problem only arrises only with one specific application.

like image 806
user6386826 Avatar asked Aug 20 '18 13:08

user6386826


1 Answers

I finally found an answer that worked for me here.

It is suggested to uncheck "Edit and Continue" in the debugger menu. I combined this with (just to be sure) deleting the vs and the bin folders and restarted Visual Studio. I am not sure what the issue was, but it is solved now at least.

like image 173
user6386826 Avatar answered Sep 21 '22 00:09

user6386826