Loading a large piece of data in one ASP.NET page.

  • Thread starter Thread starter Samuel Lee
  • Start date Start date
S

Samuel Lee

The moment I viewed a large data of records the following error occurred:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the system event log of the web server.
Please review this log entry to discover what caused this error to occur.


Here is the error message from my Event Viewer under Application Log:

Event Type: Error
Event Source: ASP.NET 1.0.3705.0
Event Category: None
Event ID: 1001
Date: 7/25/2003
Time: 11:22:20 AM
User: N/A
Computer: SERVER1
Description:
aspnet_wp.exe (PID: 1184) was recycled because memory consumption exceeded
the 306 MB (60 percent of available RAM).

Any suggestion?
 
change the threads and IOThreads in the <processModel> of machine.config
into desired value
 
Back
Top