Server Error in '/' Application.

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

Source Error:


Line 122:    public static IEnumerable<Library>GetLibraries(int start, int numResults) {
Line 123:        // var sospep = Database.Open(currentDB);
Line 124:        return sospep.Query<Library>(qryGetLibraries,start, numResults);
Line 125:    }
Line 126:    

Source File: h:\root\home\devopsdon-001\www\sospep.com\wwwroot\App_Code\Library.cs    Line: 124

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'db_a19eea_dataed'@'10.10.29.50' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +191
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew() +202
   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) +142
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +287
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +93
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +65
   MySql.Data.MySqlClient.MySqlConnection.Open() +330
   WebMatrix.Data.Database.EnsureConnectionOpen() +47
   WebMatrix.Data.<QueryInternal>d__0.MoveNext() +67
   System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +186
   System.Linq.Enumerable.ToList(IEnumerable`1 source) +61
   WebMatrix.Data.Database.Query(String commandText, Object[] parameters) +108
   WebMatrix.Data.StronglyTyped.StrongTypingExtensions.Query(Database db, String commandText, Object[] args) +69
   Library.GetLibraries(Int32 start, Int32 numResults) in h:\root\home\devopsdon-001\www\sospep.com\wwwroot\App_Code\Library.cs:124
   ASP._Page_view_libraries_cshtml.Execute() in h:\root\home\devopsdon-001\www\sospep.com\wwwroot\view\libraries.cshtml:34
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +199
   System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +73
   System.Web.WebPages.WebPage.ExecutePageHierarchy() +154
   System.Web.WebPages.StartPage.RunPage() +19
   System.Web.WebPages.StartPage.ExecutePageHierarchy() +64
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +80
   System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContext context) +259


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