5

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.

Kev
  • 118,037
  • 53
  • 300
  • 385
Tim Jarvis
  • 667
  • 4
  • 9
  • 17

1 Answers1

2

Yes, refreshing the application pool will fundamentally restart your application and re-establish all your database connections.

Martin Buberl
  • 45,844
  • 25
  • 100
  • 144