Server Error in '/' Application.

Login failed for user 'kaldbadmin'.  Reason: The password of the account has expired.

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.SqlClient.SqlException: Login failed for user 'kaldbadmin'.  Reason: The password of the account has expired.

Source Error:


Line 90:                     S = "select Tamil_cat from category where book_id='4' and cat_id='" + id1 + "' and flag='y'";
Line 91:                     if (con.State == ConnectionState.Open) con.Close();
Line 92:                     con.Open();
Line 93:                     cmd = new SqlCommand(S, con);
Line 94:                     dr = cmd.ExecuteReader();

Source File: d:\www\localuser\Kalvi\CArticalinnerdetail.aspx.cs    Line: 92

Stack Trace:


[SqlException (0x80131904): Login failed for user 'kaldbadmin'.  Reason: The password of the account has expired.]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +578
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +88
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +6276407
   System.Data.SqlClient.SqlConnection.Open() +258
   CArticalinnerdetail.Page_Load(Object sender, EventArgs e) in d:\www\localuser\Kalvi\CArticalinnerdetail.aspx.cs:92
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5479