Visual Studio Do not open new browser instance

前端 未结 7 1831
南旧
南旧 2020-12-04 11:14

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

7条回答
  •  Happy的楠姐
    2020-12-04 11:42

    This workaround works for me for VS 2019

    Tools => Options

    Then type Projects and Solutions in the search box.

    Then Select 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.

提交回复
热议问题