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.


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

在这里输入图像描述

链接地址: http://www.djcxy.com/p/24368.html

上一篇: 一旦完成,Azure web api发布停止开放浏览器

下一篇: 调试时,Azure云服务项目在开始时打开两个浏览器窗口