aspnet_wp.exe Error

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
 
H

Harsh Thakur

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
 
A

Alex Couture

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top