Server Error in '/' Application.

Access denied for user 'profiler'@'187.17.109.124' (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 'profiler'@'187.17.109.124' (using password: YES

Source Error:


Line 28:                "profilerConnectionString"].ConnectionString);
Line 29: 
Line 30:         conexao.Open();
Line 31: 
Line 32:         if (Session["idioma"] == null)

Source File: e:\home\profiler\profiler.net.br\web\noticia.aspx.cs    Line: 30

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'profiler'@'187.17.109.124' (using password: YES]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +202
   MySql.Data.MySqlClient.NativeDriver.Authenticate411() +169
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +69
   MySql.Data.MySqlClient.NativeDriver.Open() +1023
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +48
   MySql.Data.MySqlClient.MySqlConnection.Open() +293
   noticia.Page_Load(Object sender, EventArgs e) in e:\home\profiler\profiler.net.br\web\noticia.aspx.cs:30
   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.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8800; ASP.NET Version:2.0.50727.8745