Server Error in '/' Application.

ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'Sql494144'@'31.11.35.137' (using password: YES)
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'Sql494144'@'31.11.35.137' (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: System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'Sql494144'@'31.11.35.137' (using password: YES)
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'Sql494144'@'31.11.35.137' (using password: YES)

Source Error:


Line 51:             else if (parameters.Length>1 && parameters[1].Length==2) {
Line 52: 				OdbcConnection conn = CMSDatabase.GetConnection();
Line 53: 				conn.Open();
Line 54: 
Line 55: 				string token = CMSCache.GetTokens(conn, new string[8] {"webpages", "events", "courses", "documents", "news", "photogalleries", "photo", "focuson"});

Source File: d:\inetpub\webs\arcadiasnccom\App_code\urlrewriter.cs    Line: 53

Stack Trace:


[OdbcException (0x80131937): ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'Sql494144'@'31.11.35.137' (using password: YES)
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'Sql494144'@'31.11.35.137' (using password: YES)]
   System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +1156850
   System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle) +95
   System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions) +53
   System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +55
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4928220
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.Odbc.OdbcConnection.Open() +40
   Archiware.UrlRewriter.context_BeginRequest(Object sender, EventArgs e) in d:\inetpub\webs\arcadiasnccom\App_code\urlrewriter.cs:53
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175