虽然我是一个用户,但出现此错误:池大小已达到

问题描述:

我正在使用应用程序appSettings进行连接.现在我是我网站的单个用户,然后我也遇到此错误:从池中获取连接之前已超时.发生这种情况的原因是所有池化连接都在使用中,并且达到了最大池大小.我该怎么办.

请告诉我

I am using application appSettings for connection.right now i m a single user for my website then also i am getting this error: The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. what should i do.

Pls tell me

在完成对Connection对象的调用时,是否要调用Dispose吗?

尼克
Are you calling Dispose on your Connection objects when you are finished with them?

Nick


您必须关闭连接
或增加游泳池的大小
you have to close your connection
or increase the size of the pool