Server Error in '/' Application.

用户 'b2buser' 登录失败。

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.Exception: 用户 'b2buser' 登录失败。

Source Error:


Line 18:         Img_type img_typeBll=new Img_type();
Line 19:         Img_info Img_infoBll = new Img_info();
Line 20:         List_Types = img_typeBll.DataTableToList(img_typeBll.GetList(0, "", "   isShow=1", " sort desc").Tables[0]);
Line 21:         List_ImgInfo = Img_infoBll.DataTableToList(Img_infoBll.GetListByPage(30, "isCheck=1 and T.typeId<>25", " updateTime desc", ((page - 1) * pageNum) + 1, page * pageNum).Tables[0]);
Line 22:     }

Source File: d:\web\ooff.net\m\Default.aspx.cs    Line: 20

Stack Trace:


[Exception: 用户 'b2buser' 登录失败。]
   DB_Img.Tool.DbHelper.Query(String SQLString) +377
   DB_Img.DAL.Img_type.GetList(Int32 Top, String header, String strWhere, String filedOrder) in E:\work\WEB\ooff.net\DB_Common\DB_Img_DAL\Img_type.cs:299
   DB_Img.BLL.Img_type.GetList(Int32 Top, String header, String strWhere, String filedOrder) in E:\work\WEB\ooff.net\DB_Common\DB_Img_BLL\Img_type.cs:118
   m_Default.Page_Load(Object sender, EventArgs e) in d:\web\ooff.net\m\Default.aspx.cs:20
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1607


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.3928.0