I am running IIS6.0. I have the DefaultAppPool running one website.
If I reset this application pool would that automatically close all database connections that are being used by the website?
hope that makes sense, any help is appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, refreshing the application pool will fundamentally restart your application and re-establish all your database connections.