Server Error in '/' Application.

Access denied for user 'daniel74_legacy'@'200.80.42.13' (using password: YES)

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: Access denied for user 'daniel74_legacy'@'200.80.42.13' (using password: YES)

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'daniel74_legacy'@'200.80.42.13' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +202
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew() +197
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +56
   MySql.Data.MySqlClient.NativeDriver.Open() +884
   MySql.Data.MySqlClient.Driver.Open() +69
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +99
   MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() +11
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +257
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +117
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +113
   MySql.Data.MySqlClient.MySqlConnection.Open() +307
   Query.GetDataTable(String sQuery, Hashtable hParams) +52
   language.GetIdLanguage(String codeLanguage) +63
   website.GetIdLanguageByURL() +41
   modules_novedades.LoadList() +17
   modules_novedades.Page_Init(Object sender, EventArgs e) +5
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnInit(EventArgs e) +99
   System.Web.UI.UserControl.OnInit(EventArgs e) +77
   System.Web.UI.Control.InitRecursive(Control namingContainer) +333
   System.Web.UI.Control.AddedControl(Control control, Int32 index) +198
   System.Web.UI.ControlCollection.Add(Control child) +80
   _Default.LoadModules() +616
   _Default.Page_Init(Object sender, EventArgs e) +397
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnInit(EventArgs e) +99
   System.Web.UI.Page.OnInit(EventArgs e) +12
   System.Web.UI.Control.InitRecursive(Control namingContainer) +333
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378


Version Information: Microsoft .NET Framework Version:2.0.50727.9044; ASP.NET Version:2.0.50727.9047