Visual Web Developer uses Firefox instead of IE?

M

Mark

Hi,

I am using Visual Web Developer 2005, whenever I run the application, it
launches Firefox, how do I change this to IE?
 
J

Juan T. Llibre

Right-click the file in question in the IDE; Select "Browse with";
Click "Add"; and add your favorite browser.

After, make it the default browser to use.



Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================
 
C

clintonG

If you are going to use CSS in any capacity you are well advised to use
FireFox to develop all publically accessible websites as FireFox uses the
Gecko parser which many other standards compliant browsers also do. Then
hack up your code to respond to all of the IE bugs that fail to meet the
standards. For example study this one issue of more than a dozen that IE
breaks terribly...

search: ie box model hack

It has become insane to develop using IE and then figure out how to hack the
pages so they will render in all the other browsers that render correctly in
the first place.

Does this make sense?

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
J

jasonkester

So your solution is to develop for the browser with 5% market
penetration and leave the vast majority of users in the world hanging?

I still can't understand why developers continue to tolerate FireFox.
It's not backwards compatable with IE. It's not even backwards
compatable with Netscape. It can't correctly render anything that
hasn't been custom tailored to it. This would be completely
unacceptable in any other software product, but FireFox seems to get a
pass because its supporters are so angry with Microsoft.

I suggest we just stop supporting it.

Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/
 
M

Mauro Mazzieri

jasonkester ha scritto:
I still can't understand why developers continue to tolerate FireFox.
It's not backwards compatable with IE. It's not even backwards
compatable with Netscape.
Because it is based on web standards, and IE is not. So we have to
"tolerate" IE, but hoping that in a near future all browsers would be
standard-compliant.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top