Change default web browser for whole site

  • Thread starter Thread starter Robert Scheer
  • Start date Start date
R

Robert Scheer

Hi.

I know that I can change the default web browser for a single page,
but is there any way to change the default web browser for the whole
site? When I press the F5 key, I need to run my site in Netscape. Is
it possible?

Thanks,

Robert Scheer
 
Jerry III said:
No. Browser selection is up to the user and you can't do anything about it.

Jerry

Your question wasn't very clear. But I'll assuming that your mention of "F5"
indicates that you are talking about debugging.

Right-click your web project and choose Properties. Under Configuration
Properties, choose Debugging. Set "Always Use Internet Explorer" to False.
This should allow your default browser to be used for F5-debugging.
 
Hi John.

I tried your approach but it seemed not to work. I did the following:

- Set Netscape as my default browser
- In IE configuration, set the option to verify that IE is the default
browser to false
- Set the option "Always Use Internet Explorer" to False

When I press F5 to debug my application, IE still opens. I missed
something?

Thanks,
Robert Scheeer
 
Robert Scheer said:
Hi John.

I tried your approach but it seemed not to work. I did the following:

- Set Netscape as my default browser
- In IE configuration, set the option to verify that IE is the default
browser to false
- Set the option "Always Use Internet Explorer" to False

When I press F5 to debug my application, IE still opens. I missed
something?

I really don't know. I've never tried it.
 
Back
Top