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

12,392

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.

Share:
12,392
user6386826
Author by

user6386826

Updated on June 04, 2022

Comments

  • user6386826
    user6386826 almost 2 years

    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.