« Previous Next »
Last post 11-07-2009 4:58 AM by naeemulhussan. 9 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (10 items)
Sort Posts: Oldest to newest Newest to oldest
Hello all,
It seems thet everything is well configured on my IIS server but when I just type localhost I haven't got the default iisstart.htm. I have directly "impossible to display the page". I checked the local adress is well the "c:\Inetpub\wwwroot"I got another site in the same folder in Inetpub accessible with another port ( port 1080 ) that works well.I wondering why I cannot access the default iisstart by localhost. All services of IIS is running.
Thank you for your help
Which version of IIS are you running, if its IIS 6, then make sure that Default Site is running on all unassigned, if its changed to any particular IP then localhost may not work. by default localhost resolves to 127.0.0.1. which will only work if site is on all Unassigned or you have to add another binding for Localhost ip.
Thanks for helping me.
Where ca I see the version of IIS? And where to see if Default Site is running on all unassigned?
Thanx a lot
I'm going to take a guess you have something running on port 80. Type netstat -an -p tcp and see if you see something listening on 0.0.0.0:80. Skype listens on port 80, maybe you have another program such as Apache or something taking up the TCP port.
Hi, thanx for help.
Nothing is running on port 80
see the result of netstat ( sorry it's in french)
Proto Adresse locale Adresse distante État TCP 0.0.0.0:80 0.0.0.0:0 En écouteI don't know what I can do.... Thank anybody for helping me
TCP is universal. Is the World Wide Publish service running?
Nevermind, I see your post has the services running. so when you browse http://localhost/iisstart.htm, what do you see in your browser when 'Show HTTP Friendly errors' browser option is turned off?
Error 400 - Bad Request IIS doesn't recognize the "C:\Inetpub\wwwroot"
ok I found the mistake!!!! yes !!! Everything is working now!!!
Thanx to everybody
please tell me what was problem?.I am also having this problem.