Web提示的错误提示如下:
[2006-11-6 13:49:14]MyInfo: DBCommon 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.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OracleClient.OracleConnection.Open()
at DBCommon..ctor(HttpResponse objHttpResponse)
---------------------------------
增大连接池的连接数,请问是在IIS中设置还是在WEB程序中设定