Server Error in '/' Application.
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.Source Error:Line 18:         conn.ConnectionString = ConfigurationManager.ConnectionStrings["webtest"].ToString();
Line 19:         
Line 20:         conn.Open();
Line 21: 
Line 22:         SqlCommand cmd = new SqlCommand();
Source File: d:\wwwroot\200\zhenghan56\web\webtest\showproductss.aspx.cs    Line: 20 

每次网站打开用不了五分钟就出现这个情况,代码每个数据库打开,我都关闭了,为此我还验查了一下所有的代码。
请高手们分析一下是什么原因。空间???还是数据库,数据库问题不大,因为我用两个不同空间商的数据库调试都出现这个问题。