I have an asp.net web forms application running on an ISP server. The application contains several update panels with triggers tied to a timer. The application runs well, but on occasion the web page hangs. I added a date time display to the web page
so I could see when the page hangs and sent the date time to the ISP and asked them to review their system logs. The result from the ISP came back with the following message: "A
worker process with process id of '26636' serving application pool 'xyz.org v4.0 (Integrated)' has requested a recycle because it reached its private bytes memory limit."
My question is, do ...
Go to the complete details ...