Server Error in '/' Application.

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

Source Error:


Line 26:     public void bindgrid()
Line 27:     {
Line 28:         con.Open();
Line 29:         com.CommandType = CommandType.Text;
Line 30:         com.CommandText = "select * from tbapporder where (ordertype=2 or ordertype=3) order by id DESC";

Source File: c:\inetpub\vhosts\solversolution.in\httpdocs\APP.aspx.cs    Line: 28

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'indiandigarmy'@'208.109.11.215' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +337
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew(Boolean reset) +435
   MySql.Data.MySqlClient.NativeDriver.Open() +1288
   MySql.Data.MySqlClient.Driver.Open() +39
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +202
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +280
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +152
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +60
   MySql.Data.MySqlClient.MySqlConnection.Open() +950
   APP.bindgrid() in c:\inetpub\vhosts\solversolution.in\httpdocs\APP.aspx.cs:28
   APP.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\solversolution.in\httpdocs\APP.aspx.cs:23
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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