« Previous Next »

Thread: ASP lockup - Recycle worker process?

Last post 07-24-2008 3:36 AM by tigermatt. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 07-16-2008, 3:29 PM

    • tigermatt
    • Not Ranked
    • Joined on 07-16-2008, 3:20 PM
    • United Kingdom
    • Posts 2

    ASP lockup - Recycle worker process?

    I am currently in the middle of developing a new application on my IIS server. It would seem that any minor coding issues I may create with any ADO object will cause IIS to stop serving ASP pages, although HTML pages will still respond perfectly fine.

    Note that I do not believe this is an issue code-wise - although the code IS deliberately faulty (which causes the error), it just seems to be any code which is incorrect related to any instance of any ADO object.

    I have found that recycling the worker process for my DefaultAppPool will kick start ASP back running again, but as would be expected, the problem repeats the next time I get an error (or if I refresh the erroring page).

    I have tried creating a new application pool with no success. Surely there must be somebody out there who can help me to solve this issue?

  • 07-24-2008, 12:48 AM In reply to

    • davcox
    • Top 50 Contributor
    • Joined on 07-21-2006, 6:28 PM
    • Redmond
    • Posts 216

    Re: ASP lockup - Recycle worker process?

    When you say it "stop serving ASP pages" does that mean that future requests for ASP pages will timeout (hang) or do they return some kind of 500 error? 

    Also, are you saying just one request to the bad application will cause this? 

    Dave

  • 07-24-2008, 3:36 AM In reply to

    • tigermatt
    • Not Ranked
    • Joined on 07-16-2008, 3:20 PM
    • United Kingdom
    • Posts 2

    Re: ASP lockup - Recycle worker process?

    Any request to any slightly incorrect piece of ASP code seems to do this. IIS simply stops responding to all requests for ASP - although it will happily continue serving HTML pages.

     It seems more often than not that the faulty piece of code is something to do with ADO - perhaps a connection to a database which has been moved etc.

    It seems to have stopped - at least for my development site - ever since I created it a new application pool and then disabled ASP server-side debugging. I don't have a clue why that would interfere - but I'm still monitoring it to check that has actually solved it.

    If you have any further suggestions though, they are much appreciated :)

     tigermatt

Page 1 of 1 (3 items)
Microsoft Communities