Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a way to set a default browser for visual studio to use for debugging that is different than my systems default browser?

is there a way to set a default browser for visual studio to use for debugging that is different than my systems default browser? im using Visual studio 2010, my systems default browser is chrome but i want VS to use firefox

like image 708
Letseatlunch Avatar asked Jan 16 '11 18:01

Letseatlunch


1 Answers

Right click on a .aspx page in your solution explorer->Browse With...->Set as Default

like image 147
Kamyar Avatar answered Sep 20 '22 13:09

Kamyar