What is a pre-requisite for connection pooling?
Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings. The connection string must be identical.
Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings. The connection string must be identical.