摘要: 使用windbg可以调试asp.net中数据库连接池是否超限的问题。详见文章: http://blogs.msdn.com/b/spike/archive/2012/05/21/quot-system-invalidoperationexception-timeout-expired-the-timeout-period-elapsed-prior-to-obtaining-a-connection-from-the-pool-quot.aspx?CommentPosted=true#comments我主要其实想说明的是,在搭建调试环境和进行调试过程中可能碰到的几个问题:1.The call 阅读全文
posted @ 2012-08-28 14:33 赤脚的懒虫 阅读(5850) 评论(0) 推荐(0) 编辑
摘要: Another post on the following exception: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. at System.Data.ProviderBase.DbConnec... 阅读全文
posted @ 2012-08-28 14:28 赤脚的懒虫 阅读(1391) 评论(0) 推荐(0) 编辑