ASP.NET: Changing the default browser
From Wiki
Summary: Change the default browser in Visual Studio
If you want to specify which browser Visual Studio should use by default when debugging or starting an application, you can set this by following these steps:
1. Open the solution explorer and right click on any aspx page
2. Select the "Browse With..." context menu option
3. If the browser that you want is in the list, select it and click "Set as default". If it isn't in the list you can click "add" and point to the exe file for the relevant browser. Then, select it and click "Set as default".
You can also use the drop down list at the bottom of the dialog box to set the size of the browser window when it is launched.
This Hack is part of the ASP.NET Hacks collection


