Supertext Home
Chief of the System Blog

IIS7: Worker process reached its allowed processing time limit

August 4th, 2010 by

You just lost your ASP.NET session object and your app restarted? Check the Event Log for the following message:

A worker process with process id of ’23232′ serving application pool ‘ASP.NET v4.0′ has requested a recycle because the worker process reached its allowed processing time limit.

I’ve already posted the solution for this for IIS6. It’s basically the same for IIS 7.

Go to the Application Pools section of your IIS. Right-click on the right pool and choose Recycling.

IIS7 Application Pool recycling

Here you can adjust when you want you Application Pool to recycle. No recycling is not really recommended. So either out put in a very high number of requests or you choose fixed time when you assume there are no users on your site.

Specify a time for recycling

We decided to just recycle during the night.

What would be nice is to get some kind of notification, so one could save all ASP.NET sessions and then restore them afterwards.

Related Posts

  1. Recycle worker process IIS 6.0
  2. File Upload with ASP.NET
  3. Supertext.ch is valid XHTML 1.0 Strict
  4. Change a CSS Control Adapter in Code

One Comment to “IIS7: Worker process reached its allowed processing time limit”

Leave a Reply

  • Topics
  • Archive
  • Subscribe
  • Facebook
  • Twitter