不顶好内疚!
,SQL SERVER 群号:17280478
帮我解决一下,各位师傅们:
用户 'sa' 登录失败。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Data.SqlClient.SqlException: 用户 'sa' 登录失败。
源错误:
行 84: catch(Exception exc)
行 85: {
行 86: throw(exc);
行 87: }
行 88: finally
源文件: C:\Inetpub\wwwroot\CustomerServiceSys\Class\PageBase.cs 行: 86
堆栈跟踪:
[SqlException: 用户 'sa' 登录失败。]
CustomerServiceSys.PageBase.CheckUser(String name, String pwd) in C:\Inetpub\wwwroot\CustomerServiceSys\Class\PageBase.cs:86
CustomerServiceSys.ModuleBase.Authenticate(String name, String pwd) in C:\Inetpub\wwwroot\CustomerServiceSys\Class\ModuleBase.cs:38
CustomerServiceSys.Modules.LogonModule.LoginButton_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\customerservicesys\modules\logonmodule.ascx.cs:69
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277