Visual Studio Debug “This site can't be reached”

前端 未结 2 637
太阳男子
太阳男子 2021-01-19 02:35

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

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-19 02:57

    The problem for me turned out to be that my web.config had a rule that was rewriting the URL to use https instead of http. After I removed the section from my web.config, I was able to debug the site.

提交回复
热议问题