Visual Studio opening multiple browser windows

How do you make both projects open in just one Google Chrome tab ?

Process being performed,

Click solution - > properties - > configuration properties - > sets both projects to compile

Current Result:

Both open in separate windows of google chrome.

Expected result:

Both open in the same google chrome window in separate tabs.

Author: Barbetta, 2019-07-18

2 answers

You need to change two settings for this, these being:

Tolls>Options>Debugging || Tools>Options > Debugging

1) uncheck " Enable JavaScript debugging for ASP.NET (Chrome, Edge and IE)" insert the description of the image here

2) with the Options window still open, open the tab Projects and Solutions, click the option Web Projects and uncheck the option "Stop debugger...." insert the description of the image here

 1
Author: Barbetta, 2019-07-19 15:42:53

Maybe not the desired answer, this expected result I only saw with Microsoft Edge.

insert the description of the image here

 -1
Author: Adjailson Oliveira, 2019-07-19 14:54:30