超时时间已到。超时时间已到,但是尚未从池中获取连接。出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。 在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) 在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) 在 System.Data.SqlClient.SqlConnection.Open() 在 Web.DAL.DbHelperSQL.Query(String SQLString) 位置 F:\Fulltxyj\DAL\DbHelperSQL.cs:行号 283 在 Web.DAL.News.GetList(String returncum, String strWhere, String order) 位置 F:\Fulltxyj\DAL\News.cs:行号 248 在 Web.BLL.News.GetList(String returncum, String strWhere, String order) 位置 G:\Fulltxyj\Fulltxyj\BLL\News.cs:行号 81 在 analyview.Page_Load(Object sender, EventArgs e)