Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2013: cannot see drop down to start debugging with any browser

Supposedly with visual studio 2013 I can choose to start debugging my asp.net web app with any browser as the following post/image suggests:

http://www.hanselman.com/blog/CrossBrowserDebuggingIntegratedIntoVisualStudioWithBrowserStack.aspx

enter image description here

However in my visual studio 2013 (Update 3), I don't see that drop down. There is only the play button.

How do I get the drop down to appear?

note: If I right click on a .cshtml page then I get the "Browser with" option, but that's not what I'm after...

Thanks

like image 741
Clement Avatar asked Dec 01 '22 18:12

Clement


1 Answers

This can happen when you do not have a "StartUp Project" set.

Right click your project from the Solution Explorer on the right pane and select "Set as StartUp project".

like image 76
Lord Taver Avatar answered Dec 05 '22 13:12

Lord Taver