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

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Loading data from php page into startLoading();
      Loading data from the test.php into the startLoading(); -------------------------------------------------------------------------------- Hi,...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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...
    > 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?
    >
    >

    Benjie Fallar Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139