garsworld 0 Newbie Poster

We have a fairly complex system that uses ASP scripts to access a database and other global memory in the Application object. About 150 users access the system during the day. Every once in a while, the IIS server restarts (or maybe it is the Application object?).

I have not been able to determine what the error condition is that causes this. It is apparently from one script, or some other condition. The symbol is the Application object gets disposed and starts up again, effectively resetting our whole system.

Any ideas on how to debug this thing? I am at my whit's end.