VS2008 press F5 opens aspx page in UltraEdit not browser?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Les Caudle

    VS2008 press F5 opens aspx page in UltraEdit not browser?

    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?
    --
    Thanks in advance, Les Caudle
  • Peter

    #2
    Re: VS2008 press F5 opens aspx page in UltraEdit not browser?


    "Les Caudle" <DotNetWannabe@ newsgroup.nospa mwrote in message
    news:dvphh4p54r 53riklapfcrpdhk mk6f8fnbr@4ax.c om...
    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?
    --
    Thanks in advance, Les Caudle
    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



    Comment

    Working...