Visual Studio opening multiple browser windows

Asked

Viewed 1,064 times

5

How does both projects open in a single Google Chrome tab ?

Process being carried out,

Click on Solution -> Properties -> Configuration Properties -> Define both projects to be compiled

Current result:

Both open in separate windows of google Chrome.

Expected result:

Both open the same Google Core window in separate tabs.

2 answers

1


It is necessary to change two settings for this, being them:

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

1) Uncheck "Enable Javascript debugging for ASP.NET(Chrome, Edge and IE)" inserir a descrição da imagem aqui

2) Still with the options window open, open the tab Projects and Solutions(Projects and solutions), click on the option Web Projects and uncheck "Stop Debugger...." inserir a descrição da imagem aqui

  • The proposed solution did not solve the problem, yet when I have it executed it opens the project in two tabs.

-1

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

inserir a descrição da imagem aqui

  • Puts, so I can’t use it in the same tab with Chrome?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.