1.You need to set the Pooling property of the Connection object to True
2.You need to use the same exact connection string whenever you open a database connection
3.You need to call the ReleaseToPool(. method after the connection is closed
4.none
Answer:2