Link to home
Start Free TrialLog in
Avatar of Bill Stavroulakis
Bill Stavroulakis

asked on

VS2010 Start up web page doesn't load in browser

When I run and compile a web in the visual studio 2010 ide, the default page doesn't load in the default browser. You will see the development server start up as usual, then it seems to attempt to load the browser - then it fails and exits debug mode.
Avatar of surajguptha
surajguptha
Flag of United States of America image

What is your default browser? Can you try changing it to IE, if it is not IE already?
What is the error with which the launch fails?
Avatar of Bill Stavroulakis
Bill Stavroulakis

ASKER

There is no error, i didnt mention that IE does work but no other browser works.
There are two issues that could happen due to browser incompatibilities
1) The HTML generated by your ASP .net code not working with the browser
2) VS2010 not able to startup a browser during development/ debug

You have Issue 2)

If it works with IE and doesn't work with other browsers. Have you tried updating the other browsers to the latest version?
ASKER CERTIFIED SOLUTION
Avatar of Bill Stavroulakis
Bill Stavroulakis

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I finally figured it out. Please see comment for answer