CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Posts
    2

    Internet Explorer cannot display the webpage

    Hello,I have a problem.when i create a new web site and browse it with IE8 ,there is error(Internet Explorer cannot display the webpage) and now i'm working with VS2008 and IE8.but i alse have an older version of VS(VS2005) on the same computere.when i created a new web page with 2005 ,there is no problem and everything is ok.
    what is the problem with VS2008??i uninstalled it and reinstalled.but there is same error.i tried VS2008 on the another computere and i had no problem.

    i did all suggestions which were in old posts but it dosn't work.

    could you help me??
    thanks for your attentions.

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Internet Explorer cannot display the webpage

    The "Internet Explorer cannot display the webpage" error occurs when there is a trouble in the networking between the webserver and the client computer. The "strange" part in yiur case is that you said Vs 2005 is fine.
    thus you probably have no matter with the first three attempt I would make:
    1)check localhost settings (ie: see http://blogs.msdn.com/webdevtools/ar...s-working.aspx and http://www.eggheadcafe.com/software/...t-display.aspx )
    you might have to add Localhost to the trusted site (you can add a trusted site in IE via the Tools -> Internet Options -> Security tab)

    2) check firewall
    3)check antivirus (ie: see http://forums.asp.net/t/1235447.aspx)

    but you more probably might have one of the following matter:

    4)check if metabase is corrupted (if you have IIs, and your site is there, a quick way is remove site, restart iis, recreate the site)

    5)check user used by net has sufficient privileges (under 2008, it could be a different one than in 2005 , and there are also some issues Os related ie: http://www.dotnetnuke.com/Community/...s/Default.aspx)
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Internet Explorer cannot display the webpage

    have also a look at how this guy found more info on the matter with a simple trick, being at end able to solve his problem:
    http://www.dotnetnuke.com/Community/...s/Default.aspx
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured