Exception of type 'System.OutOfMemoryException' was thrown.
-
Hi all, I am getting this nasty error when i display a huge amount of data on my web page.Some times i get this error on hitting the search button and some times when i export the grid to excel. The only solution i got is to reset the IIS using
iisreset
Is there any other programmatic solution for this problem.Also i cant do paging as the client wishes to see all the data at once. Any help would be appreciated.When you fail to plan, you are planning to fail.
-
Hi all, I am getting this nasty error when i display a huge amount of data on my web page.Some times i get this error on hitting the search button and some times when i export the grid to excel. The only solution i got is to reset the IIS using
iisreset
Is there any other programmatic solution for this problem.Also i cant do paging as the client wishes to see all the data at once. Any help would be appreciated.When you fail to plan, you are planning to fail.
www.Developerof.NET wrote:
when i display a huge amount of data on my web page.
How much data? This is my suggestion, please don't try to display huge amount of data on web pages. I have faced several question in this forums itself that they want More than 10,000 Records to show in pages. But why ? Its seriously causes a performance issue. Please use Filter and search to minimize the records.
www.Developerof.NET wrote:
The only solution i got is to reset the IIS using iisreset
This is not a permanent solution .
www.Developerof.NET wrote:
Is there any other programmatic solution for this problem.
please check those point that I have already discuss.
www.Developerof.NET wrote:
Also i cant do paging as the client wishes to see all the data at once.
:rolleyes: Some times it also depends of how much memory you have on server, Number of concurrent users, Session Data Size, Cache Data Size etc.
cheers, Abhijit CodeProject.Com MVP
-
www.Developerof.NET wrote:
when i display a huge amount of data on my web page.
How much data? This is my suggestion, please don't try to display huge amount of data on web pages. I have faced several question in this forums itself that they want More than 10,000 Records to show in pages. But why ? Its seriously causes a performance issue. Please use Filter and search to minimize the records.
www.Developerof.NET wrote:
The only solution i got is to reset the IIS using iisreset
This is not a permanent solution .
www.Developerof.NET wrote:
Is there any other programmatic solution for this problem.
please check those point that I have already discuss.
www.Developerof.NET wrote:
Also i cant do paging as the client wishes to see all the data at once.
:rolleyes: Some times it also depends of how much memory you have on server, Number of concurrent users, Session Data Size, Cache Data Size etc.
cheers, Abhijit CodeProject.Com MVP
I am also getting this error. when restate IIS, then working but after some time getting this error. and also I have no more data