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 40: 
Line 41:         if (con.State == ConnectionState.Open) con.Close();
Line 42:         con.Open();
Line 43:         cmd = new SqlCommand(S, con);
Line 44:         dr = cmd.ExecuteReader();

Source File: d:\www\localuser\Kalvi\DocArticalinner.aspx.cs    Line: 42

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
   DocArticalinner.Page_Load(Object sender, EventArgs e) in d:\www\localuser\Kalvi\DocArticalinner.aspx.cs:42
   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