Ask a Question related to ASP.NET General, Design and Development.
-
Samuel Lee #1
Loading a large piece of data in one ASP.NET page.
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?
Samuel Lee Guest
-
Loading data from php page into startLoading();
Loading data from the test.php into the startLoading(); -------------------------------------------------------------------------------- Hi,... -
split large amount of data for loading
Hi, I have a large amount of data (> 550.000 rows) to load which leads to problems with the transaction protocol. All the rows are compromised in... -
Large piece of text in database?
Hi everybody, I am looking for a script in which I can replace any word in one table (which corresponds) to other table with a link.... To for... -
Performance issue while loading large amount of data
Hello I am supposed to load large amount of data from SQL scripts and I have been wondering what is the best option: -frequent commits and no... -
Exclude one piece of data from an export
Hi We're looking at ways to 'copy protect' our Oracle database and application. We currently store a license key in a table on the database and... -
Benjie Fallar #2
Re: Loading a large piece of data in one ASP.NET page.
change the threads and IOThreads in the <processModel> of machine.config
into desired value
"Samuel Lee" <neosamz@hotmail.com> wrote in message
news:ekACeApUDHA.2248@TK2MSFTNGP10.phx.gbl...browser> 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 webexceeded> 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> the 306 MB (60 percent of available RAM).
>
> Any suggestion?
>
>
Benjie Fallar Guest



Reply With Quote

