M
matt
There is a setting in IIS6 which specifies to recycle the worker process
after a set time or an allowed processing limit.
You need to look under Application pools in IIS manager to find the
relevant application pool, click properties you should then be able to
see exactly why this is happening!
Matt
http://www.3internet.co.uk
Inigo Content Management System - Asp.net C# CMS
reached its allowed processing time limit.
ONCE per day. I lose session state in my asp.net every time this happens
which is annoying. I checked the process model section in
machine.config and I'm using all the defaults here. Timeout is set to
"infinite"
find any dirt on this event.
after a set time or an allowed processing limit.
You need to look under Application pools in IIS manager to find the
relevant application pool, click properties you should then be able to
see exactly why this is happening!
Matt
http://www.3internet.co.uk
Inigo Content Management System - Asp.net C# CMS
'DefaultAppPool' has requested a recycle because the worker processrob_boston said:I've been receiving the following error once per day for the last several weeks:
Event Type: Information
Event Source: W3SVC
Event Category: None
Event ID: 1074
Date: 3/30/2004
Time: 9:37:36 AM
User: N/A
Computer: ********
Description:
A worker process with process id of '3696' serving application pool
reached its allowed processing time limit.
recently. The time of occurrence is random and again this only happensI noticed the trend in my Windows 2003 server system event log
ONCE per day. I lose session state in my asp.net every time this happens
which is annoying. I checked the process model section in
machine.config and I'm using all the defaults here. Timeout is set to
"infinite"
Unfortunately, I've searched the web and Microsoft's KB and could notHas anyone seen this? Any pointers on how I can troubleshoot this?
find any dirt on this event.