Memory problem.....asp.net

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

  1. #1

    Default Memory problem.....asp.net

    Please look at my problem below, wherein I am struck from the past 10 days.
    I have an ASP.NET app where I am downloading an excel file, very large
    indeed.
    After this my inetinfo.exe process is blocking around 20 MB of memory. This
    memory is not getting released.
    Also, aspnet_wp.exe is exhausting same amount of memory. This is not being
    released even after restarting IIS.
    I searched net and found this fix :
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;823409[/url]

    What do I do?

    Please help.



    SPG Guest

  2. Similar Questions and Discussions

    1. 7.0.9 Memory problem
      After updating Acrobat Standard from 7.0.8 to 7.0.9, Acrobat has began to start spewing malloc: double free errors to the console log. Has anyone...
    2. FlashPlayer8 Have Big MEMORY problem!!!
      Hi, my name is Ladislav Sopko and I am the project manager for our mapping solution MapWorld. MapWorld is a dynamic flash based cartographic...
    3. memory problem
      Hi, I'm developing a video conference application. Currently I have 200 users aprox. When the application runs a few hours the usage of memory...
    4. Memory problem with XML::DOM::Parser???
      He, everybody, I'm having a big problem when it comes to parsing a large file with the ActiveState XML-DOM 1.43 XML-Parser: It consumes a hell of...
    5. memory problem/memory leak
      Hi I have a problem with shockwave player running in Internet Explorer. My program consists of a controller movie which loads in content files in...
  3. #2

    Default Re: Memory problem.....asp.net

    If it's your server, you have to contact product support services like the
    KB says uner the Resolution section. They are the only ones that can get you
    the fix. If it isn't your own server then don't worry about it as this would
    be something your host must patch themselves.

    Hope this helps,
    Mark Fitzpatrick
    Microsoft MVP - FrontPage

    "SPG" <not@noreply.com> wrote in message
    news:emcSskrLEHA.2612@TK2MSFTNGP10.phx.gbl...
    > Please look at my problem below, wherein I am struck from the past 10
    days.
    > I have an ASP.NET app where I am downloading an excel file, very large
    > indeed.
    > After this my inetinfo.exe process is blocking around 20 MB of memory.
    This
    > memory is not getting released.
    > Also, aspnet_wp.exe is exhausting same amount of memory. This is not being
    > released even after restarting IIS.
    > I searched net and found this fix :
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;823409[/url]
    >
    > What do I do?
    >
    > Please help.
    >
    >
    >

    Mark Fitzpatrick 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