Click to See Complete Forum and Search --> : Internet Explorer cannot display the webpage


sepideh06
February 1st, 2010, 11:08 PM
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.

Cimperiali
February 5th, 2010, 06:53 AM
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/archive/2009/03/13/asp-net-web-development-server-stops-working.aspx and http://www.eggheadcafe.com/software/aspnet/31501499/vs2008-ie-cannot-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/Forums/tabid/795/forumid/160/threadid/320615/scope/posts/Default.aspx)

Cimperiali
February 5th, 2010, 06:59 AM
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/Forums/tabid/795/forumid/107/threadid/295804/scope/posts/Default.aspx