J
Jeff
I have a Asp.Net 1.1 application of which I have a very large datagrid
on one of my pages. I am populating the datagrid by loading a xml file
that is being stored in viewstate. After I have the datagrid loaded
and displayed on the page I want to do certain actions on the datagrid,
ex. move rows up or down in the datagrid. When I do this with a large
dataset my application hangs and eventually comes up with the message
"Service Unavailable". When I check the event log on the server I see
the message
"Application pool 'AppPoolName' exceeded its job limit settings. "
Source W3SVC
Category: None
Event ID: 1025
I was wondering if there is a fix or a more specific cause for this
issue because my page works correctly with smaller datasets. Thank you.
on one of my pages. I am populating the datagrid by loading a xml file
that is being stored in viewstate. After I have the datagrid loaded
and displayed on the page I want to do certain actions on the datagrid,
ex. move rows up or down in the datagrid. When I do this with a large
dataset my application hangs and eventually comes up with the message
"Service Unavailable". When I check the event log on the server I see
the message
"Application pool 'AppPoolName' exceeded its job limit settings. "
Source W3SVC
Category: None
Event ID: 1025
I was wondering if there is a fix or a more specific cause for this
issue because my page works correctly with smaller datasets. Thank you.