ASP shutting off, needs recycling often

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Re: ASP shutting off, needs recycling often

    [url]http://www.aspfaq.com/5005[/url]

    Ray at work

    "NewbieSupreme" <newbiesupreme@yahoo.com> wrote in message
    news:bn1dfr$s2l35$1@ID-165961.news.uni-berlin.de...
    > I've seen several posts about this, and was wondering if anyone has a
    > solution yet:
    >
    > Hosted on a Windows 2003 server, ASP pages just stop loading, and don't

    Ray at Guest

  2. Similar Questions and Discussions

    1. FormsAuthentication + Protection + Recycling
      When a client enters the site I check for a persistent cookie of short duration, and if present decrypt it to obtain identification data, that is...
    2. Can't empty the recycling bin because of ai files
      Hello World, I am using windows XP and Illustrator 9.0. I am able to delete items but am not able to open the recycling bin. I've tried going...
    3. [BUG] Fatal recycling of SystemStackErrors
      Moin! In Ruby 1.8.0 old SystemStackErrors seem to be reused when there should have been raised a new one instead: irb(main):001:0> y = proc {...
    4. Recycling aspnet_wp.exe a pain in the !@#$%
      I've been spending some time recently writing some ASP.NET authentication code that relies on CAS to minimize the threat posed by luring attacks....
    5. Flash with Nikon N65: Recycling and Shutter Release Lock
      I have a Nikon N65. As I've said many times before--almost as if I'm apologizing for choosing a N65, and I'm not (just acknowledging how great the...
  3. #2

    Default Re: ASP shutting off, needs recycling often

    "NewbieSupreme" wrote:
    >
    > Hosted on a Windows 2003 server...
    >
    > ...The current hosting company is telling me that they have
    > no way to detect, trace, or log ASP errors, and that neither
    > Windows 2003 server nor IIS 6 has any way to do so...
    Nonsense. IIS6 makes this much easier than ever.
    [url]http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/ca_wpim.asp[/url]


    --
    Dave Anderson

    Unsolicited commercial email will be read at a cost of $500 per message. Use
    of this email address implies consent to these terms. Please do not contact
    me directly or ask me to contact you directly for assistance. If your
    question is worth asking, it's worth posting.


    Dave Anderson Guest

  4. #3

    Default ASP shutting off, needs recycling often

    I've seen several posts about this, and was wondering if anyone has a
    solution yet:

    Hosted on a Windows 2003 server, ASP pages just stop loading, and don't
    produce any errors (the load status bar of the browser just slowly increases
    infinitely until you cancel the load). All html pages work fine, and the
    ASP service must be restarted (recycled) to get the ASP pages working again.

    This has been a pretty consistent problem with my website and two separate
    hosting companies. The current hosting company is telling me that they have
    no way to detect, trace, or log ASP errors, and that neither Windows 2003
    server nor IIS 6 has any way to do so. How is that possible? Is the only
    way to track down a problem with ASP to look through every page's code line
    by line, and with the human eye predict what will cause an error? I'm not
    an expert programmer, but isn't this an absolutely outlandish claim? How
    can a hosting company claim that there is no way with the technology and
    software they're using to find any errors that lead up to ASP stopping? Or
    even any ASP error period, like an invalid object, or incorrect path?

    Anyway, any feedback on this would be most helpful. Recycling the ASP
    service is fine and all, but I'm trying to do things right and track down
    the actual cause, which I feel must be something about the ASP code.

    Thanks for ANY help

    PS: Sorry if you hate that I posted this to 2 groups; I'm pretty desperate
    to get some help and both groups seemed applicable. If there is somewhere
    else I should post this, please let me know.

    Newbie Supreme


    NewbieSupreme Guest

  5. #4

    Default Re: ASP shutting off, needs recycling often

    It is either a case of going through your code to see what could cause a
    problem, or getting hold of a Windows 2003 server that you can test your app
    on to get a better idea about what is going on.

    If you need to do the former I'd concentrate on any third-party or in-house
    developed DLLs, and how you are using DLLs in general.

    "NewbieSupreme" <newbiesupreme@yahoo.com> wrote in message
    news:bn1dfr$s2l35$1@ID-165961.news.uni-berlin.de...
    > I've seen several posts about this, and was wondering if anyone has a
    > solution yet:
    >
    > Hosted on a Windows 2003 server, ASP pages just stop loading, and don't
    > produce any errors (the load status bar of the browser just slowly
    increases
    > infinitely until you cancel the load). All html pages work fine, and the
    > ASP service must be restarted (recycled) to get the ASP pages working
    again.
    >
    > This has been a pretty consistent problem with my website and two separate
    > hosting companies. The current hosting company is telling me that they
    have
    > no way to detect, trace, or log ASP errors, and that neither Windows 2003
    > server nor IIS 6 has any way to do so. How is that possible? Is the only
    > way to track down a problem with ASP to look through every page's code
    line
    > by line, and with the human eye predict what will cause an error? I'm not
    > an expert programmer, but isn't this an absolutely outlandish claim? How
    > can a hosting company claim that there is no way with the technology and
    > software they're using to find any errors that lead up to ASP stopping?
    Or
    > even any ASP error period, like an invalid object, or incorrect path?
    >
    > Anyway, any feedback on this would be most helpful. Recycling the ASP
    > service is fine and all, but I'm trying to do things right and track down
    > the actual cause, which I feel must be something about the ASP code.
    >
    > Thanks for ANY help
    >
    > PS: Sorry if you hate that I posted this to 2 groups; I'm pretty
    desperate
    > to get some help and both groups seemed applicable. If there is somewhere
    > else I should post this, please let me know.
    >
    > Newbie Supreme
    >
    >

    Adrian Forbes [ASP MVP] 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