
| 操作描述:
- System.Data.SqlClient.SqlException: 用户 'sa' 登录失败。
在 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
在 System.Data.SqlClient.SqlConnection.Open()
在 Foosun.DALProfile.DbHelper.PrepareCommand(DbCommand cmd, DbConnection conn, DbTransaction trans, CommandType cmdType, String cmdText, DbParameter[] cmdParms) 位置 E:\cms+bbs\cms\Foosun.DALProfile\DbHelper.cs:行号 443
在 Foosun.DALProfile.DbHelper.ExecuteReader(String connectionString, CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 E:\cms+bbs\cms\Foosun.DALProfile\DbHelper.cs:行号 105
在 Foosun.DALProfile.DbHelper.ExecuteReader(CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 E:\cms+bbs\cms\Foosun.DALProfile\DbHelper.cs:行号 83
在 Foosun.SQLServerDAL.Publish.GetClassList() 位置 E:\cms+bbs\cms\Foosun.SQLServerDAL\Publish.cs:行号 29
在 Foosun.Publish.CommonData.Initialize()
在 Foosun.Web._default.Page_Load(Object sender, EventArgs e) 位置 E:\cms+bbs\cms\Foosun.Web\default.aspx.cs:行号 33
在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
- 返回上一级
|