G
Guest
aspnet_wp process accumulates memory usage up to the point when it's more
than 60% of available RAM (2G) and none of .NET applications function.
Sometimes user is able to login, navigate between the pages but can't perform
any operations that generate thing like PDF files using Crystal Reports etc.
Sometimes the application can't even be loaded and sign-in page stays blank.
There are no events that are logged in the event viewer to point to this
problem. However we do find these errors occasionally:
"aspnet_wp.exe (PID: 3900) 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. This timeout may be adjusted using the <processModel
responseDeadlockInterval> setting in machine.config. "
and
"aspnet_wp.exe (PID: 3328) was recycled because it failed to respond to
ping message. "
and
"Failed to execute request because QueryInterface for ASP.NET runtime
failed. Error: 0x80004005 Unspecified error "
Can you tell me how we can trap or log this information so that we can find
what is causing the leak and solve it.
than 60% of available RAM (2G) and none of .NET applications function.
Sometimes user is able to login, navigate between the pages but can't perform
any operations that generate thing like PDF files using Crystal Reports etc.
Sometimes the application can't even be loaded and sign-in page stays blank.
There are no events that are logged in the event viewer to point to this
problem. However we do find these errors occasionally:
"aspnet_wp.exe (PID: 3900) 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. This timeout may be adjusted using the <processModel
responseDeadlockInterval> setting in machine.config. "
and
"aspnet_wp.exe (PID: 3328) was recycled because it failed to respond to
ping message. "
and
"Failed to execute request because QueryInterface for ASP.NET runtime
failed. Error: 0x80004005 Unspecified error "
Can you tell me how we can trap or log this information so that we can find
what is causing the leak and solve it.