Hello
I create SqlConnection objects in every Insert,Update,Delete and Select methods in asp.net web pages. Then i close the connection objects in finally block. But im not sure about this is a good way. Is this a problem about connection pool?
Do you have any recommendations about how to use SqlConnection and SqlDataReader objects for me?
Thanks.