How do I keep VS from opening a new tab in Firefox every time I hit F5 to debug a web application? I would really like it to re-use the same tab.
In firefox click: Tools>Options>Tabs
"New pages should be opened in"
Select the option to always open new windows in a new browser and not in a new tab.
While this might not have the desired effect, I don't know if it's actually possible to get Firefox to play nicely with it's tabs.
Thanx for the answer, but unfortunately that opens a whole new window. I'd like it to use the same tab in the same window. And I'm afraid you are correct, its probably not possible to get the desired affect with FF.
This may not work for you but, in a project's properties on the Web tab there is a setting described as "Don't open a page. Wait for a request from an external application." All the developers at my company have this set and then just use bookmarks to load our pages.