Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

Community Wiki

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Navigation

Google Ads

ASP.NET: Changing the default browser

From Wiki

Jump to: navigation, search

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

484 Rating: 2.8/5 (9 votes cast)