[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.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +396
System.Data.SqlClient.SqlConnection.Open() +384
AlphaJade.Tutorialfind.Common.DataAccessBase.Connect()
AlphaJade.Tutorialfind.DataAccess.TutorialDA.GetNewestTutorials(Int32 sectionId)
AlphaJade.Tutorialfind.BusinessRules.TutorialRules.GetNewestTutorials(Int32 sectionId)
AlphaJade.Tutorialfind.Web.Musicaudio._Default.GetTutorials() +15
AlphaJade.Tutorialfind.Web.Musicaudio._Default.Page_Load(Object sender, EventArgs e) +60
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
|