I have an issue with the browser link on my ASP.NET 3 Core MVC project (i'm a begginer). When I press Ctrl + Alt + Enter, I always get a window asking "Do you want to stop debugging?" Yes -> Stops debugging, doesn't update browser. Non -> Doesn't update browser. Do you know what could cause that ?
It seems that you'd like to do html/css testing work on MVC razor view(s) using Browser Link feature, and you start the project with debugging mode (F5), which cause the following warning once you click the Browser Link refresh button.
Please try to start the project without debugging (CTL+F5), then click the Browser Link refresh button to make the connected browser(s) automatically refresh.