1
Reply

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

Arun Singh

Arun Singh

12y
1.4k
0
Reply

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