We are running an IIS server with several pools. All pools serve all sites requests for hours or days.
But suddenly, one app pool starts to behave in a strange manner.
Lets say you request a single image (or any other url). Sometimes it's served and other times not.
If we make several repeated requests, we usually receive a 200 OK response from 1-8 times, and then 1-2 times with no response... and then more OK responses, 1-2 no reponse...
It's not a 404 or any other response, just no response.
The original issue has been happening in an ASP.Net site, but we could later reproduce it in a another "html only" test site on the same pool, so it does not seem an ASP.NET related problem.
Note that only one pool every time is affected, the others continue running smoothly.
If we simply stop and start the affected pool, it returns to work as usual.
We are running a Windows 2003 server, 64 bits, IIS 6 running in 32 bits mode.
We have not found anything by the following ways:
- Application event log. Nothing found.
- HTTPErr logs. Nothing found.
- Tracing the iis dump whith logman.
Any ideas about how to find out what's happening??