anon
anon

Reputation:

Azure Cloud Service Project opens two Browser Windows on Start when Debugging

I have a VS2013 (Update 3) Solution with one Azure Cloud Service Project that has one Web Role / ASP.Net Project and the later has 'Don't open a page.' selected underneath its Propers > Web tabcard, but whenever I start the Azure CS .ccproj for debugging (the later is set as startup project), two (not one) browser Windows are opened each time.

Does anyone know where I can disable this or at least set it to one window only? It's running with Azure SDK 2.4, I am using IIS Express & (Azure) Emulator Express.

Upvotes: 3

Views: 245

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136146

Right click on your Web Role --> Properties --> Startup Action --> Please uncheck one of the boxes under Launch browser for

enter image description here

Upvotes: 6

Related Questions