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 346:    {
Line 347:        if (con.State == ConnectionState.Open) con.Close();
Line 348:        con.Open();
Line 349:        DataTable dt = new DataTable();
Line 350:        DataColumn myDataColumn;

Source File: d:\www\localuser\Kalvi\ThsArticalinnerdetail.aspx.cs    Line: 348

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
   ThsArticalinnerdetail.fillformview(String ss, FormView f) in d:\www\localuser\Kalvi\ThsArticalinnerdetail.aspx.cs:348
   ThsArticalinnerdetail.Page_Load(Object sender, EventArgs e) in d:\www\localuser\Kalvi\ThsArticalinnerdetail.aspx.cs:90
   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