Server Error in '/' Application.

Access denied for user 'rodolinea2'@'52.205.215.74'. Account is locked.

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 'rodolinea2'@'52.205.215.74'. Account is locked.

Source Error:


Line 20:     {
Line 21:         if (CodigoProduto() == 0) Response.Redirect("Default.aspx");
Line 22:         Produto = DAL.Produtos.Select(CodigoProduto());
Line 23:         ImagemProduto.ImageUrl = String.Format("arquivos/produto/{0}/imagem.png", CodigoProduto());
Line 24:         labelProduto.Text = Produto.Titulo;

Source File: c:\.web\rodolinea.com.br\Produtos.aspx.cs    Line: 22

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'rodolinea2'@'52.205.215.74'. Account is locked.]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +205
   MySql.Data.MySqlClient.NativeDriver.Authenticate411() +148
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +71
   MySql.Data.MySqlClient.NativeDriver.Open() +917
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +51
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +194
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +92
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +58
   MySql.Data.MySqlClient.MySqlConnection.Open() +366
   DAL.Produtos.Select(Int32 Id) +143
   _Produtos.Page_Load(Object sender, EventArgs e) in c:\.web\rodolinea.com.br\Produtos.aspx.cs:22
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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