VS2008 press F5 opens aspx page in UltraEdit not browser?

  • Thread starter Thread starter Les Caudle
  • Start date Start date
L

Les Caudle

For some reason, I can't find a way to tell VS2008 which browser to use when it
is debugging an ASP.NET web.

It tries to open the page in UltraEdit - which is definitely not what I want to
have happen when I press F5 to debug.

Any idea where to set this?
 
Les Caudle said:
For some reason, I can't find a way to tell VS2008 which browser to use
when it
is debugging an ASP.NET web.

It tries to open the page in UltraEdit - which is definitely not what I
want to
have happen when I press F5 to debug.

Any idea where to set this?

Right click on the start up page in the Solution Explorer
Select Browse With
Select the desired browser
Click on Set as Default
Click Browse
or
Click Cancel and press F5
 
Back
Top