Patrick
Patrick

Reputation: 92610

How do you change Visual Studio's default web browser?

This is a for a Silverlight project that isn't anchored to an .aspx file, so right clicking, etc. is a bit out of the question. Any ideas?

Edit:

Add an .html file, then click it. Really dumb. Last time I ask a question at three in the morning.

Upvotes: 2

Views: 3602

Answers (2)

MiloDC
MiloDC

Reputation: 2415

Default Browser Changer extension:

http://visualstudiogallery.msdn.microsoft.com/233945ae-0b7b-47e7-9b02-c5a11798afb5

Upvotes: 0

Mark Cidade
Mark Cidade

Reputation: 100047

Why is right-clicking out of the question? With any HTML document at least (even in Miscellaneous Files) you can right-click on it, select Browse With..., select the browser, and click on Set as Default. If the browser doesn't appear in the list, click on Add....

Upvotes: 1

Related Questions