Thursday 28 January 2010

Setting a Default Browser for Visual Studio

1. Open a WebForm file in VS (anything ending in .aspx will do)
2. Select the "Browse With..." option from the File menu
3. Select your preferred browser from the list and click the "Set as Default" button

Now opening, browsing, or debugging a WebForm from within Visual studio will open the file in the specified browser rather than my system default.

1 comment:

  1. The "Browse With..." option is also available if you right click an ASPX file.

    ReplyDelete