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 117:
Line 118:        datareader.Dispose();
Line 119:        Cmd.Cancel();
Line 120:        datareader.Dispose();
Line 121:        Cmd.Dispose();

Source File: e:\hosts\siti\weekendtoscana.it\offerta.aspx.cs    Line: 119

Stack Trace:


[MySqlException (0x80004005): Too many connections]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +272
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew(Boolean reset) +386
   MySql.Data.MySqlClient.NativeDriver.Authenticate(Boolean reset) +196
   MySql.Data.MySqlClient.NativeDriver.Open() +1004
   MySql.Data.MySqlClient.Driver.Open() +22
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +208
   MySql.Data.MySqlClient.MySqlConnection.Open() +566
   MySql.Data.MySqlClient.MySqlConnection.CancelQuery(Int32 timeout) +155
   MySql.Data.MySqlClient.MySqlCommand.Cancel() +28
   _offerta.get_offerte(String id) in e:\hosts\siti\weekendtoscana.it\offerta.aspx.cs:119
   _offerta.Page_Load(Object sender, EventArgs e) in e:\hosts\siti\weekendtoscana.it\offerta.aspx.cs:32
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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