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 133:        Dim da As New MySqlClient.MySqlDataAdapter(cmd)
Line 134:        Dim dt As New Data.DataTable("dt")
Line 135:        da.Fill(dt)
Line 136:        Return dt
Line 137:    End Function

Source File: D:\inetpub\webs\bookingsportit\App_Code\DLL\AziendaDB.vb    Line: 135

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
   AziendaDB.SelezionaAziende() in D:\inetpub\webs\bookingsportit\App_Code\DLL\AziendaDB.vb:135
   Azienda.SelezionaAziende() in D:\inetpub\webs\bookingsportit\App_Code\BLL\Azienda.vb:166
   registrazione_Page.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\bookingsportit\inserisci-servizi.aspx.vb:26
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   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