|
hi,
i am an experienced developer but new to .Net
in all ADO source code samples i saw, I found a new creation and connection to the DB and at the end disconnection.
i would like to connect to the DB only once on ASP.NET application start and disconnect only once at ASP.NET application end.
how do i do it ?
how to keep a "global variable" with the connection ?
how do i use this connection within my asp pages ?
and finally , how to to it with a pool of connections ?
thanks
rafi
|
|
|
|
|
|
|
|
|
|