Ask a Question related to ASP, Design and Development.

  1. #1

    Default ASP Processor Stops

    On a heavily visited site, .ASP pages stop being
    processed/displayed, but .htm files are processed and
    displayed just fine. IIS appears to be running OK. No
    errors or logs anywhere to be found. Reboot clears it up,
    for a few days. Any clues?
    avram Guest

  2. Similar Questions and Discussions

    1. Acronbat Pro 7 stops STOPS Acrobat printer in 10.4.7
      I ave installed Acrobat Pro 7 on my Powerbook G4 system 10.4.7. But whenever I print from Word the Acrobat printer stops. I did have Acrobat 6 which...
    2. Image Processor
      Does anyone know of an image processor which will also add text to any image a user uploads? currently using one by George Petrov but it doesn't...
    3. Dual Processor
      I have noticed that when you have a large page Dreamweaver uses a lot of cpu especially when you doing anything with a recordset. I am running...
    4. AMD processor compatibility
      I have compaq presario with AMD 1.2Ghz processor. Is it compatible with Debian? Thank you for your attention to this matter. ...
    5. multi processor
      Hi, Is there anything to do to activate the use of all processors by Oracle ? It seems my instance using only one processor ... and cpu_count...
  3. #2

    Default Re: ASP Processor Stops

    do you do a bunch of <% asp calls%> then html calls <% then asp calls%> in a
    page?

    There is a limit how many you can do. it is not a number but rather a
    performance thing


    "avram" <webmaster@e-novative.com> wrote in message
    news:032401c395df$fb1c7e20$a101280a@phx.gbl...
    > On a heavily visited site, .ASP pages stop being
    > processed/displayed, but .htm files are processed and
    > displayed just fine. IIS appears to be running OK. No
    > errors or logs anywhere to be found. Reboot clears it up,
    > for a few days. Any clues?

    Jeff Clark Guest

  4. #3

    Default Re: ASP Processor Stops

    Check your object cleanup (recordsets and connections) mainly.
    The ASP application as a whole will lock if memory leaks persist.

    -dlbjr

    Discerning resolutions for the alms


    dlbjr Guest

  5. #4

    Default Re: ASP Processor Stops

    avram wrote:
    > On a heavily visited site, .ASP pages stop being
    > processed/displayed, but .htm files are processed and
    > displayed just fine. IIS appears to be running OK. No
    > errors or logs anywhere to be found. Reboot clears it up,
    > for a few days. Any clues?
    [url]http://www.aspfaq.com/show.asp?id=2147[/url]

    HTH,
    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows 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