Server Error in '/' Application.

Cannot open database "EEE" requested by the login. The login failed.
Login failed for user 'SQLEEE'.

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: Cannot open database "EEE" requested by the login. The login failed.
Login failed for user 'SQLEEE'.

Source Error:


Line 123:        {
Line 124:            sqlconn = new SqlConnection(CONNECTION_STRING);
Line 125:            sqlconn.Open();
Line 126:        }
Line 127:        return sqlconn;

Source File: d:\inetpub\wwwroot\eeed.wustl.edu\App_Code\DBUtil.cs    Line: 125

Stack Trace:


[SqlException (0x80131904): Cannot open database "EEE" requested by the login. The login failed.
Login failed for user 'SQLEEE'.]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +593
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +83
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +257
   System.Data.SqlClient.SqlConnection.Open() +267
   DBUtil.GetSqlConnection() in d:\inetpub\wwwroot\eeed.wustl.edu\App_Code\DBUtil.cs:125
   DBUtil.GetDataTable(String sql) in d:\inetpub\wwwroot\eeed.wustl.edu\App_Code\DBUtil.cs:99
   DBUtil.GetDataRow(String sql) in d:\inetpub\wwwroot\eeed.wustl.edu\App_Code\DBUtil.cs:154
   Discussion.Page_Load(Object sender, EventArgs e) in d:\inetpub\wwwroot\eeed.wustl.edu\Discussion.aspx.cs:32
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +137
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2524


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062