请问下面这个错误是什么原因造成的?要如何解决呢?我的程序中用了一个类(SqlHelper.cs),是这个类造成的嘛?如果是,要怎样解决呢?我的程序都写好了,如果要改,全
都要改好,程序又得重新写了,有没有好的方法解决呢?我用的是web2.0的,2003的系统,sql   server2000的数据库 
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:   An   unhandled   exception   was   generated   during   the   execution   of   the   current   web   request.   Information   regarding   the   origin   and   location   of   the   exception   can   be   identified   using   the   exception   stack   trace   below.     Stack   Trace:   [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.] 
      System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection   owningConnection)   +1261381 
      System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection   outerConnection,   DbConnectionFactory   connectionFactory)   +105 
      System.Data.SqlClient.SqlConnection.Open()   +111 
      PublicData.DataClass.GetSqlReader(String   sql)   +88 
      index.tujian()   +64 
      index.Page_Load(Object   sender,   EventArgs   e)   +55 
      System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr   fp,   Object   o,   Object   t,   EventArgs   e)   +15 
      System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object   sender,   EventArgs   e)   +33 
      System.Web.UI.Control.OnLoad(EventArgs   e)   +99 
      System.Web.UI.Control.LoadRecursive()   +47 
      System.Web.UI.Page.ProcessRequestMain(Boolean   includeStagesBeforeAsyncPoint,   Boolean   includeStagesAfterAsyncPoint)   +1436