question....
is con.close() enough to close the connection ? or should I also add con.dispose() ?
I have been getting a message stating "Timeout expired. the timeout period elapsed prior to a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
any info would be appreciated
is con.close() enough to close the connection ? or should I also add con.dispose() ?
I have been getting a message stating "Timeout expired. the timeout period elapsed prior to a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
any info would be appreciated