wsyeager
Well-known member
Im using connection pooling (0 min/100 max) in an asp.net web application. All users log in using the same connectionstring.
Is it prudent, for instance, to close and dispose of my connection after a database update takes place which I normally do when Im not using connection pooling?
Is it prudent, for instance, to close and dispose of my connection after a database update takes place which I normally do when Im not using connection pooling?