J
Jeff Dillon
We have an ASP application that restarts several times a day, and users lose
their session information and have to log back in.
In the Event Log, I see the following entries:
Faulting application w3wp.exe, version 6.0.3790.0, faulting module unknown,
version 0.0.0.0, fault address 0x00000000.
and
A process serving application pool 'DefaultAppPool' terminated unexpectedly.
The process id was '484'. The process exit code was '0xc0000005'.
May I assume that these types of errors are generally caused by a
misbehaving 3rd party component created via Server.CreateObject? We use a
few such objects, such as SAFileUp.
What is the best way to debug such problems? We'd rather not pay to send
trace files to MS for debugging. I'm thinking about "instrumenting" suspect
asp pages, and put in database logging with timing info, so we can relate a
page hit to an event log error. Other ideas/tools?
This is standard ASP on Windows 2003 Server.
thx
Jeff
their session information and have to log back in.
In the Event Log, I see the following entries:
Faulting application w3wp.exe, version 6.0.3790.0, faulting module unknown,
version 0.0.0.0, fault address 0x00000000.
and
A process serving application pool 'DefaultAppPool' terminated unexpectedly.
The process id was '484'. The process exit code was '0xc0000005'.
May I assume that these types of errors are generally caused by a
misbehaving 3rd party component created via Server.CreateObject? We use a
few such objects, such as SAFileUp.
What is the best way to debug such problems? We'd rather not pay to send
trace files to MS for debugging. I'm thinking about "instrumenting" suspect
asp pages, and put in database logging with timing info, so we can relate a
page hit to an event log error. Other ideas/tools?
This is standard ASP on Windows 2003 Server.
thx
Jeff