一个错误提示
Timeout expired. 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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Timeout expired. 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.
以上的是什么错误?请高手指教
问题点数:20、回复次数:5Top
1 楼canoe_eyes(阿里)回复于 2004-09-03 08:00:23 得分 0
timeout.
你可以把事情叙述得更清楚点.大家好帮你.Top
2 楼ofei(nop)回复于 2004-09-03 08:37:17 得分 0
连接超时
你的查询语句太慢了
或可以把超时值加大点Top
3 楼lxcc()回复于 2004-09-03 08:50:03 得分 20
大概的意思是:
你得数据库连接池满了
所以作查询的时候最好查询完毕后Close掉数据库ConnectionTop
4 楼danlog(龙帝)回复于 2004-09-03 08:51:34 得分 0
超时!了!Top
5 楼Edison621(重新来过)回复于 2004-09-03 08:59:00 得分 0
如虫子所言。
你也可以自己定义连接池的大小。Top




