Hi every one ...
We are using Fluent Nhibernate for DB operations and struggling with DB connection, it is not closed after calling Dispose() method also.Suppose 100 members are using 100 connections are still opened after make use of Dispose() also...any one help me....
Loading

Prabhu RajaPosted Sep 8, 2011, 11:29 PM
I think Dispose() method is used for to Release all the resources, used by connection object. Use Close() method to close connection.
------------------------------------
Is this post helps you, then mark as "Correct Answer"