Server Error in '/site' Application.

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

Source Error:


Line 135:            Dim isActive As Boolean = True
Line 136:            Conex.ConnectionString = ConfigurationManager.ConnectionStrings("fetec").ToString
Line 137:            Conex.Open()
Line 138:            sqlCMD.Connection = Conex
Line 139:            sqlCMD.CommandText = "select count(*) as linhas " & _

Source File: \\windows-pd-0001.fs.locaweb.com.br\WNFS-0002\bancariosbauru\web\site\Default.aspx.vb    Line: 137

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'fetecsp'@'191.252.19.96' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +191
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew() +197
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +56
   MySql.Data.MySqlClient.NativeDriver.Open() +964
   MySql.Data.MySqlClient.Driver.Open() +22
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +118
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +261
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +93
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +65
   MySql.Data.MySqlClient.MySqlConnection.Open() +409
   _Default.ListaNoticiasFetec() in \\windows-pd-0001.fs.locaweb.com.br\WNFS-0002\bancariosbauru\web\site\Default.aspx.vb:137
   _Default.Page_Load(Object sender, EventArgs e) in \\windows-pd-0001.fs.locaweb.com.br\WNFS-0002\bancariosbauru\web\site\Default.aspx.vb:20
   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.9224.0