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

  1. #1

    Default ASP.NET freezing

    Ok, I realize this is a fairly open-ended question, but
    I'm not entirely sure what caused this or how it
    happened. My application draws a graph using "image/png"
    content on a web page. That is, it draws a .PNG file to
    the page. The first time I go to the page within a
    single session, everything works fine. Second time,
    ASP.NET blows up. CPU activity is at 100% and
    aspnet_wp.exe is using anywhere from 90% to 99%. This
    goes on for several minutes and then the CPU activity
    suddenly drops to normal, as long as I've closed the
    offending IE window.

    Has anyone ever encountered this problem and/or do you
    know what I might look for to fix it? Please respond as
    quickly as possible if you have an answer -- my deadline
    for the project is tomorrow, and I have a finished
    application (except for this problem), but I don't think
    my boss will be too pleased if the server freezes every
    time he runs it.
    John Kievlan Guest

  2. Similar Questions and Discussions

    1. Contribute 3 freezing
      I use a Mac Mini and have downloaded the trial version of Contribute 3. I'm not a technical wiz but also not a technophobe & I like to think that...
    2. Freezing while Loading ~~~HELP~~~
      My Illustrator 10 on windows XP keeps freezing during the loading stage. It says reading fonts but does nothing else after that. What can I do. The...
    3. Freezing OpenStruct
      Hi, In message "Freezing OpenStruct" on 03/08/26, Gavin Sinclair <gsinclair@soyabean.com.au> writes: |The irb session below demonstrates that...
    4. TERMINALS ARE FREEZING
      Hello, I have a 43P running AIX 4.3.3 with three RANs attached to it. Recently the system is freezing selectively terminals and printer. I...
    5. Freezing a Pattern
      I scanned a polish green marble slab and created marble pattern with it. I use this pattern on text. My problem is that every character takes on a...
  3. #2

    Default ASP.NET freezing

    Hi

    Check whether any infinite loops are running.

    Ravikanth[MVP]

    >-----Original Message-----
    >Ok, I realize this is a fairly open-ended question, but
    >I'm not entirely sure what caused this or how it
    >happened. My application draws a graph
    using "image/png"
    >content on a web page. That is, it draws a .PNG file to
    >the page. The first time I go to the page within a
    >single session, everything works fine. Second time,
    >ASP.NET blows up. CPU activity is at 100% and
    >aspnet_wp.exe is using anywhere from 90% to 99%. This
    >goes on for several minutes and then the CPU activity
    >suddenly drops to normal, as long as I've closed the
    >offending IE window.
    >
    >Has anyone ever encountered this problem and/or do you
    >know what I might look for to fix it? Please respond as
    >quickly as possible if you have an answer -- my deadline
    >for the project is tomorrow, and I have a finished
    >application (except for this problem), but I don't think
    >my boss will be too pleased if the server freezes every
    >time he runs it.
    >.
    >
    Ravikanth[MVP] Guest

  4. #3

    Default ASP.NET freezing

    >-----Original Message-----
    >Hi
    >
    >Check whether any infinite loops are running.
    >
    >Ravikanth[MVP]
    I've checked my code and I don't see any place I might
    have that problem. Nevertheless, why would it run fine
    the first time, but freeze the second time I go to the
    exact same page? If the problem were a loop in code, it
    should freeze the first time I go to the page.
    John Kievlan Guest

  5. #4

    Default ASP.NET freezing

    >-----Original Message-----
    >
    >>-----Original Message-----
    >>Hi
    >>
    >>Check whether any infinite loops are running.
    >>
    >>Ravikanth[MVP]
    I'm sorry, you were right.
    John Kievlan 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