Some of the other gurus, please correct me if I'm wrong, but Application_End is not likely to run that often. I believe the Application only ends if the server is shut down for whatever reason, and when the server restarts, the application starts again the first time a user hits it. After that, it just keeps running until something on the server shuts it down.