aspnet_wp.exe Error

  • Thread starter Thread starter Alex Couture
  • Start date Start date
A

Alex Couture

I keep getting this erro when running a script in asp.net
(using vb.net)

Event Type: Error
Event Source: ASP.NET 1.0.3705.288
Event Category: None
Event ID: 1003
Date: 9/29/2003
Time: 3:07:53 PM
User: N/A
Computer: computerName
Description:
aspnet_wp.exe (PID: XXXXX) was recycled because it was
suspected to be in a deadlocked state. It did not send
any responses for pending requests in the last 180
seconds.

I am using .net 1.0 with Service pack 2

Any suggestions would be greatly appreciated.

- Alex
 
Hi Alex,

I also used to get the same error.
In my case, it was because of less RAM on the m/c.
Maybe its the same in your case.
If it is, and increasing the RAM is not an option, then
you could try to automatically recycle the worker process
once its memory consumption passes a certain value.

HTH
Regards
Harsh Thakur
 
Harsh

Please excuse me, because I am relatively new to .net.

Where could you suggest that I find information on automatically
recycling the worker process? I would appreciate any assistance.

Alex
 
Back
Top