1
Reply

Explain how to enable and disable connection pooling in .NET?

Arun Singh

Arun Singh

Jul 04, 2012
1.4k
0

    In the connection string use Pooling=true to enable the booling(Bydefault enabled) and pooling=false to disable.

    Divendra Ojha
    July 17, 2014
    0