How to set which browser to use in Debugging.

  • Thread starter Thread starter Phillip Vong
  • Start date Start date
P

Phillip Vong

I must be crazy or tired but I can not see where the setting is in VS2005
that says to use IE when I am debugging. It keeps launching Firefox.

Thanks!

Phil
 
Hi Phil --

Open an ASP.NET solution with VS 2005. In the solution explorer, right
click on any .aspx page. Select the option "Browse with..." This will
bring up a window that will allow you to set the browser for that
specific page, or set a browser to use as the default. Select Internet
Explorer and then click "Set as default".

That should get you where you want to be.

Regards,

Cuyler Jones
 
Back
Top