服务器垮一搞就跨了!能帮我看看吗?
总是加几条数据就出这个错!!
如下!
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.
高手指导一哈!什么原因啊??
------解决方案--------------------你的代码有问题...Open了Connection要记得Close...
------解决方案--------------------连接池已经满了,一般都是连接没有及时关闭的原因
------解决方案--------------------还有你在连接字符串里指定大一点的连接数目
------解决方案--------------------是不是程序里面用了一些DataReader的方法,然后在使用完成之后,忘记关闭了
------解决方案--------------------没有即时释放数据库连接资源,造成数据库不能再提供链接。