.NET Tip of The Day
Learn one new .NET trick every day
Быстрое пополнение счета телефона      Login or Join

How to change the default browser used in VS 2005

To change what browser is launched and used when running web apps in Visual Studio 2005 and Visual Web Developer (for example: to use FireFox instead of IE) do this:

  1. Right click on a .aspx page in your solution explorer
  2. Select the "browse with" context menu option
  3. In the dialog you can select or add a browser. If you want Firefox in the list, click "add" and point to the firefox.exe filename
  4. Click the "Set as Default" button to make this the default browser when you run any page on the site.

Note that there is also an optional drop-down at the bottom of the dialog that lets you select the default browser window size when loading.

7/23/2007
RSS .NET Tip of The Day
Subscribe to receive one tip from the .NET Tips and Tricks Community per day.
Previous Tips of The Day
The best of the .NET Tips & Tricks Community.
.NET Practitioners .NET Tips & Tricks Community
Every .NET practitioner has a trick up in their sleeve. This is the place to share it with other .NET people.
Submit a Tip
Discovered a new trick? Share it with others.
My Tips
Manage tips you authored.