N
Not Me
Hi,
I'm using asp.net 2 with an sql server 2000 database. What steps if
any, must I take to ensure connection pooling efficiently?
for any 'manual' connections made, I open the sqlconnection obtaining
the connection string from configurationmanager.connectionstrings, and
close the connection as soon as it's been finished with.
I haven't run any tests yet but just wondered if there's something I
should be doing at this stage to help in the future.
Cheers,
Chris
I'm using asp.net 2 with an sql server 2000 database. What steps if
any, must I take to ensure connection pooling efficiently?
for any 'manual' connections made, I open the sqlconnection obtaining
the connection string from configurationmanager.connectionstrings, and
close the connection as soon as it's been finished with.
I haven't run any tests yet but just wondered if there's something I
should be doing at this stage to help in the future.
Cheers,
Chris