when I try to run a web application in visual studio 2017RC on windows 10, it opens a new browser instance(in my case chrome). I\'ve tried also with internet explorer, situa
This workaround works for me for VS 2019
Tools => Options
Then type Projects and Solutions in the search box.
Projects and Solutions
Then Select Web Project.
Web Project
Then deselect the below option.
Stop debugger when browser windows is closed, close browser when debugging stops.
This works for me. Hope this will help.