This sounds silly, but when do they log requests? I have a web application, and about 500 HTTP proxies that will load up that application. But problem is sometimes (and this morning a lot), the proxy (using php sockets) believes it connected and the response that came back was blank.
BUT IIS has no log of this request.
When does IIS log a request? Could it be rejecting the connection, and not even processing the request?