What steps do you take when you find an IIS web site is not responding?
I might try to first telnet to the specified port, then check web site binding and authentication, and at last restart it.
I think knowing what an experienced admin would check when facing such problems is quite useful.
In fact I my self spent over half an hour trying to figure out what is the problem and nothing seemed incorrect. I simply restarted the web site and problem was still there, but after restarting IIS service the problem was resolved.
If I could know a better tracing or at least a useful logging feature which helped me resolve it faster, that would save me over half an hour.
{FYI I am using IIS 7.5}