Visual Studio 2015 just debugs once, then I need to restart VS

I am a PHP developer, but lately I have to work with Visual Studio in a C # application. I know little about C #, I just had a few experiences with it, and the problem is that when I try to run / debug my code, it only works for the first time. If I change ANY piece of code anywhere in the code, the project will no longer run, everything that it does when I click "Debug" opens Google Chrome for me, and there it always waits for "localhost" ... This problem I I can’t program well if I need to restart Visual Studio whenever I change the code.

I tried a lot of things that I found here and on Google, but nothing helped. I completely repaired VS 2015, did not work. Then I reinstalled it and still did not work.

+4
source share

Source: https://habr.com/ru/post/1629644/


All Articles