I am pinging a computer that should be running IIS and the name we have attached it to responds to pings but when I go to a browsers it says no page found.
How can I verify that IIS is running and properly configured on this server?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
This probably means that the name is mapped in DNS correctly and the machine is "up" but there may be a firewall issue blocking port 80. Try telnet <domain name> 80 from a command line. If there is no response, make sure the site is set up in IIS and running and that there are no firewall issues. | |||
|
feedback
|
|
This might be related to Windows Firewall. Please verify/do the following:
| |||
feedback
|
|
Check to make sure your website is actually pointing to a directory which contains a web-type file (html, apsx, ect.). Is IIS bound to one IP or any IP? If bound to any and there are multiple IP's on the machine, you may have a conflict there. | |||
feedback
|
|
Does it work from other PCs? Or test via http://www.alertfox.com/?section=ToolsCheckView | |||
feedback
|
|
I did the telnet thing and got 400 Bad request headers. I also followed the firewall changes but still no luck. Any other ideas? -- edit -- Ok, now I was getting html pages and not php but then IIS would not restart so I restarted the server and now when I go to it via a browser it just sits there and spins. | ||||
|
feedback
|
|
If you are trying to connect to a website running an ASP.NET application (ex. default.aspx) then make sure you have allowed .NET 2.0 to run in the IIS Site Properties. | |||
|
feedback
|