Server Error in '/' Application.

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

Source Error:


Line 108:        Dim da As New MySqlClient.MySqlDataAdapter(cmd)
Line 109:        Dim dt As New Data.DataTable("dt")
Line 110:        da.Fill(dt)
Line 111:        Return dt
Line 112:    End Function

Source File: D:\inetpub\webs\bookingsportit\App_Code\DLL\CategoriaDB.vb    Line: 110

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'Sql821215'@'31.11.33.65' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.OpenPacket() +228
   MySql.Data.MySqlClient.NativeDriver.Authenticate411() +145
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +78
   MySql.Data.MySqlClient.NativeDriver.Open() +943
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +50
   MySql.Data.MySqlClient.MySqlConnection.Open() +366
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +119
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +158
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +107
   CategoriaDB.SelezionaCategorie() in D:\inetpub\webs\bookingsportit\App_Code\DLL\CategoriaDB.vb:110
   Categoria.SelezionaCategorie() in D:\inetpub\webs\bookingsportit\App_Code\BLL\Categoria.vb:170
   ctrlListaCategorie.BindData() in D:\inetpub\webs\bookingsportit\Controlli\listaCategorie.ascx.vb:12
   ctrlListaCategorie.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\bookingsportit\Controlli\listaCategorie.ascx.vb:7
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2852


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