When I debug in Visual Studio, firefox opens and that is annoying because of the hookups that IE and VS have such as when you close the IE browser that starting debug opened, VS stops debugging. How can I get Visual Studio to open IE instead without having to set IE as my default browser?
|
1
|
|
|
|
|
|
Scott Guthrie has made a post on how to change Visual Studio's default browser:
I however dislike the fact that this isn't as straightforward as it should be. |
||
|
|
|
|
Right-click on an aspx file and choose 'browse with'. I think there's an option there to set as default. |
||
|
|
|
Also may be helpful for ASP.NET MVC:
|
||
|
|
|
In the Solution Explorer, right-click any ASPX page and select "Browse With" and select IE as the default. Note... the same steps can be used to add Google Chrome as a browser option and to optionally set it as the default browser. |
||
|
|
|
|
You can tell visual studio which browser to use as default. Right click an aspx page, select browse with and you will be able to set your default browser for VS to open with. |
||
|
|
|
|
Note that this is almost certainly a political decision on Microsoft's part. When the modern era of VS was being designed - VS 2003 or so - regulators were still very keen to avoid Microsoft pushing IE in any way. It would have been politically unfeasible to have VS default to anything except the user's chosen browser. I remember about the same time, MS put out a patch for ?Media Player? because one of the menu items that opened a web page used IE instead of the default browser. |
||
|
|
