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 83: 
Line 84:         // Se carga en sesion la configuracion del portal
Line 85:         ConfiguracionPortalDTO configuracion = new ConfiguracionPortalBLL().Seleccionar("paraninfo.mx");
Line 86:         
Line 87:         //Carga Promociones

Source File: c:\inetpub\wwwroot\www.paraninfo.mx\Global.asax    Line: 85

Stack Trace:


[MySqlException (0x80004005): Too many connections]
   Paraninfo.CapaDAL.ConfiguracionPortalMySqlDAL.Seleccionar(String nombre) +1308
   ControlPromocionesLibrary.CapaBLL.ConfiguracionPortalBLL.Seleccionar(String nombre) +97
   ASP.global_asax.Session_Start(Object sender, EventArgs e) in c:\inetpub\wwwroot\www.paraninfo.mx\Global.asax:85
   System.Web.SessionState.SessionStateModule.CompleteAcquireState() +375
   System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1257
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +703
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158


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