Visual Studio Do not open new browser instance

前端 未结 7 1851
南旧
南旧 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条回答
  •  不知归路
    2020-12-04 11:39

    I wanted to share the reason of the issue as well as the screen shot. The reason for which it opens a new window is because JS debugging is enabled. Chrome is launched with debugging enabled so a new instance is required. If you want to revert to the old behavior from Visual Studio 2015, you can do so but you would have to disable JS debugging. See below:

    Original Source

    Original Discussion on Visual Studio Forum

提交回复
热议问题