Masoud Andalibi
Masoud Andalibi

Reputation: 3228

Multiple Web/Api Projects Open on separated chrome windows with visual studio 2017

I have this issue when i run my multiple projects on visual studio it opens multiple google chrome windows, it used to be opening in one window by separated tabs (before newest update, but i assume some option might be gone?). how to make it run within one window but within separated tabs?

Upvotes: 4

Views: 1138

Answers (1)

Masoud Andalibi
Masoud Andalibi

Reputation: 3228

It turns out the issue was caused by Stop debugger when browser window is closed within options, i disabled this and issue is fixed.

Tools > Options > Projects and Solutions > Web Projects

  • Disable "Stop debugger when browser window is closed".

enter image description here

Upvotes: 3

Related Questions