Visual Studio 2005 - Change Default Debug Browser
I began play with Visual Studio 2005 and discovered that Internet Explorer is used for debugging. In the past one could change the default browser before going to the file menu then to “Browse With” in Visual Studio however this seems to have changed. Here is a couple solutions I found out how to change your default browser in Visual Studio 2005.
Solution One
- Go to File menu > New > Web Site.
- Go to File menu > Browse With.
- The “Browse With” dialog will appear, click on Add and then select your preferred browser.
- Click on your preferred browser in the list and click on “Set as Default”.
- Click on “Browse” or “Cancel”.
Solution Two
- Left click on a aspx file in the “Solution Browser” and click “Browse With”.
- The “Browse With” dialog will appear, click on Add and then select your preferred browser.
- Click on your preferred browser in the list and click on “Set as Default”.
- Click on “Browse” or “Cancel”.
Source: Changing your debug browser to Fire Fox in Visual Studio 2005

