Lee Cook
Lee Cook

Reputation: 573

Requests stuck in RequestAcquireState in IIS worker process

On one of our production servers, occasionally requests get stuck in the RequestAquireState while in the session module. As it is an MVC request, it does not timeout, so we sometimes get requests that run in the background for several hours.

We are using the standard asp.net session module on .net4 and IIS 7.5 We are using InProc.

Why would it get stuck?

Upvotes: 12

Views: 5190

Answers (1)

Jim Wolff
Jim Wolff

Reputation: 5210

Had the same problem when running with Asp.net State Server, restarting the service resolved the problem.

Upvotes: 1

Related Questions