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?