Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to switch default browser for debug asp.net in visual studio 2008 / 2010?

Since system install the default browser was opera but suddenly become IE in both 2008 and 2010 versions. Default browser in my system is opera. How I can switch make Opera default for debug again?

like image 372
Timur Sadykov Avatar asked May 02 '10 08:05

Timur Sadykov


1 Answers

In Visual Studio 2010 you can right click any aspx file in Solution Exlorer and you get an option of Browse With in the Context menu. Select Browse with and you get the list of browsers in the system. There you can select the default browser.

like image 170
Amitabh Avatar answered Nov 08 '22 12:11

Amitabh