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 34: 
Line 35:         if (con.State == ConnectionState.Open) con.Close();
Line 36:         con.Open();
Line 37:         cmd = new SqlCommand("vanaHome", con);
Line 38:         cmd.CommandType = CommandType.StoredProcedure;

Source File: d:\www\localuser\Kalvi\VArticalinner.aspx.cs    Line: 36

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