“/IStore”应用程序中的服务器错误。
无法打开登录 'Store1' 中请求的数据库。登录失败。用户 'LOCALHOST\ASPNET' 登录失败。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息: System.Data.SqlClient.SqlException: 无法打开登录 'Store1' 中请求的数据库。登录失败。用户 'LOCALHOST\ASPNET' 登录失败。
源错误:
行 236: 行 237: //打开数据库连接 行 239: //执行数据操作命令 行 240: //SqlDataReader读取数据到记录集后,会自动关闭数据库的连接
源文件: E:\Inetpub\wwwroot\IStore\IStoreDBO.cs 行: 238
堆栈跟踪:
[SqlException: 无法打开登录 'Store1' 中请求的数据库。登录失败。 用户 'LOCALHOST\ASPNET' 登录失败。] System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474 System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372 System.Data.SqlClient.SqlConnection.Open() +384 IStore.IStoreDBO.GetGoodsCategories() in E:\Inetpub\wwwroot\IStore\IStoreDBO.cs:238 IStore.Menu.Page_Load(Object sender, EventArgs e) in E:\Inetpub\wwwroot\IStore\Menu.ascx.cs:45 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Page.ProcessRequestMain() +731
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573