Hi there,
I have ASP .net 2.0 application who is facing to following problem: sometimes I find out many HTTP requests with SendResponse state in IIS manager. As far as I know these requests are in the last stage of IIS procesing and should be immediately send to clients. Sometimes they are send in a few seconds, but sometimes they are stucked there for 200 seconds.
Can you explain me why aren't they send asap? Why do they stay for a such long time in queue? Is there any possible way how to monitor this queue in performance monitor?
Application is hosted on Windows Server 2008 R2, with all updates installed.
Thank you
Dave