Amazon.com Widgets

Enabling Firefox support in Visual Studio 2008

In the comments on a recent post a reader asked me how to enabled Firefox in Visual Studio 2008..   Luckily it is very easy..   You right click on the aspx page and select "Browser With"

image

 

Then select "FireFox"... You can also make it the default with the "Set as Default" button.

 image

Published 28 October 08 11:44 by BradA
Filed under: ,

Comments

# Enabling Firefox support in Visual Studio 2008 | MS Tech News said on October 29, 2008 3:31 AM:

PingBack from http://mstechnews.info/2008/10/enabling-firefox-support-in-visual-studio-2008/

# Henk said on October 29, 2008 6:23 AM:

How is this possible in a web application? You don't have the 'Browse with..'option.

# Henk said on October 29, 2008 6:24 AM:

How is this possible in a web application? You don't have the 'Browse with..'option.

# vikram said on October 29, 2008 7:07 AM:

I blogged about the same some time back here.

http://www.vikramlakhotia.com/Changing_the_default_browser_and_its_default_Size_in_Visual_Studio_2008_Orcas.aspx

# DarthSwian said on October 29, 2008 9:35 AM:

Henk, I don't know what application you're using, but my VS 2008 allows Browse With for Web Applications.

# BradA said on October 29, 2008 9:36 AM:

Henk -- If you set FireFox as your default browser, then just hitting F5 will run it rather than IE.

Hope that helps!

# Matt said on October 29, 2008 11:08 AM:

Henk,

It may be that you are actually debugging when you right clicked.  If you stop debugging, then right click on an aspx page (not ascx) you should have that option.

# Travis said on October 29, 2008 11:21 AM:

That was easy, now I just need to figure out how to force Visual Studio to use the same tab in FF every time I debug a web app.  It creates a new tab when I start the debugging process.

# Visual Studio Hacks said on October 29, 2008 4:07 PM:

My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. The Web Developer Team announced that the official IntelliSence documentation file, which provides Rich IntelliSense for jQuery ,

# Henk said on October 30, 2008 8:28 AM:

I'm using VWD Express 2008 SP1 to develop a MVC application

# Andy said on October 31, 2008 10:04 AM:

Travis:

I don't think that is possible IMHO. Please let me know if you find the solution. Appreciate that, thanks!

# Alex D said on November 27, 2008 3:35 AM:

Well, the solution is kinda awkward, but worked for me (I'm developing MVC too).

Close the current project and create a new Web solution, you should be able to see the "Browse with..." menu item now when you right-click on Default.aspx file. Set new default browser, do a test run, then close the empty solution, and reopen the MVC project.

Hope this helps

# Alex D said on November 27, 2008 3:36 AM:

Forgot to say, the dummy solution where you change it should be "ASP.NET Web site", not the ASP.NET MVC, since the latter is not treated as a website in VS2008

# cryothic said on December 15, 2008 9:59 AM:

Well, I can run my website, and it opens in firefox.

But closing the browser doesn't trigger Visual Studio to stop running :(

# James F said on January 18, 2009 11:51 PM:

I finally got tired of IE hanging several times a day, and made the switch to FF.

When I close FF, Visual Studio 2008 does not stop debugging. I have to close the ASP.NET Developer server using the tray icon. Actually, there are two of those, on different ports. One will be the magic one, though I close both. Is this going to be how it is from now on?

# Mark said on January 22, 2009 8:10 PM:

The answer to the last two questions is yes :(. What's happening is that FireFox launches each new browser window in the existing FireFox process if there is one. Try this: close any existing FF window and then launch your app in debug mode. Now exit it. Did Visual Studio drop out of run mode? It should have, because it saw the debugged process terminate. Try it again with a pre-existing FF window. Now it doesn't drop out of run mode, because the process it attached to is still running. You can explicitly hit "Stop Debugging" at this point and it will drop out. Or you can close the pre-existing window too, and then VS will drop out of run mode.

I wish there were a reliable way to either get FF to create a new process for each window, or set IE as the browser for debugging my Visual Studio apps while leaving FF as my default browser for everything else.

New Comments to this post are disabled

Search

Go

This Blog

Syndication

Page view tracker