Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
My application is hosted on IIS 7.0 at client server.
After some regular interval worker process gets recycle. So how do I avoid recycle of worker process.

Event Log getting the following error message......

A worker process with process id of '8420' serving application pool 'DefaultAppPool' has requested a recycle because the worker process reached its allowed processing time limit.
Posted
Comments
ZurdoDev 8-Mar-13 7:34am    
It's in the properties of the app pool in IIS.

1 solution

Go to the application pool, advanced settings. try changing the "Idle Time-out" and "Regular Time Interval" to 0. this should stop your recycle.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900