0

I´ve been looking for it yet in stackoverflow without success...

Is it posible a connection pooling in asp.net? Is it worthwhile? How?

0

2 Answers 2

3

It is actually really simple, simply add the following parameters to your connection string and (either in code or in the web.config) and ASP.NET will pick up the rest:

Min Pool Size=5; Max Pool Size=60; Connect Timeout=300;

Note: The Connection Timeout is in seconds and is not required.

Sign up to request clarification or add additional context in comments.

Comments

1

by default max pool is 100

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.