vote up 4 vote down star
1

When you hit F5, the browser windows pops up, how do you set which browser the debugger users in Visual Studio 2008?

NB. I have looked for the 'Browse with' option and not found it. http://stackoverflow.com/questions/79954/visual-studio-opens-default-browser-instead-of-ie

NB2. If you are already debugging you dont have the 'Browse with' option. - Stop debugging and then its there!

flag

76% accept rate

5 Answers

vote up 11 vote down check
  • Right click a page (.aspx, or on a folder)
  • Select Browse With...
  • Choose your browser
  • Click Set as Default
  • Click Browse

context menu screenshot

link|flag
vote up 0 vote down

If you use MVC, you don't have this menu (no "Browse With..." menu)

Create first a normal ASP.NET web site.

link|flag
No need, just right-click on the Default.ASPX file and that one file will have the option. – PRINCESS FLUFF Sep 1 at 16:56
vote up 3 vote down

To permanently make Visual Studio open a project in IE without changing the default browser you can do the following:

Project Properties -> Web -> Start Action

Start external program: C:\Program Files\Internet Explorer\iexplore.exe Command line arguments: Enter the url of the path to your start page ie http:\localhost\myproject\default.aspx

This won't allow you to debug client side script in Visual Studio though.

link|flag
vote up 5 vote down

If you use ASP-NET MVC, you need to right-click on Default.ASPX which will have a Browse With menu.

link|flag
vote up 0 vote down

Hi, Refer my blog - "http://good2seeu.wordpress.com/premium-content/silverlight/silverlight-tips/"

Arpit Gupta, Pune INDIA

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.