Server Error in '/' Application.

Too many connections

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: MySql.Data.MySqlClient.MySqlException: Too many connections

Source Error:


Line 74:                     using (MySqlConnection connection = new MySqlConnection(DbHelper.smfConnectionString))
Line 75:                     {
Line 76:                         connection.Open();
Line 77:                         data = GetArticlesCached(connection, isSpecial);
Line 78:                         connection.Close();

Source File: c:\websites\mydeathspace.com\main.master.cs    Line: 76

Stack Trace:


[MySqlException (0x80004005): Too many connections]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +245
   MySql.Data.MySqlClient.NativeDriver.Open() +504
   MySql.Data.MySqlClient.Driver.Open() +260
   MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() +230
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +377
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +228
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +106
   MySql.Data.MySqlClient.MySqlConnection.Open() +1192
   main.Page_Load(Object sender, EventArgs e) in c:\websites\mydeathspace.com\main.master.cs:76
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36480