Server Error in '/' Application.

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

Source Error:


Line 25:                "profilerConnectionString"].ConnectionString);
Line 26: 
Line 27:         conexao.Open();
Line 28: 
Line 29:         carregaConteudo(Label1, conexao, "14");

Source File: e:\home\profiler\profiler.net.br\web\cases.aspx.cs    Line: 27

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'profiler'@'187.17.109.90' (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
   cases.Page_Load(Object sender, EventArgs e) in e:\home\profiler\profiler.net.br\web\cases.aspx.cs:27
   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