Server Error in '/' Application.

Cannot open database "LittleAudreyPlaySchLKO_DB" requested by the login. The login failed.
Login failed for user 'LittleAudreyPlaySchLKO_ID'.

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 "LittleAudreyPlaySchLKO_DB" requested by the login. The login failed.
Login failed for user 'LittleAudreyPlaySchLKO_ID'.

Source Error:


Line 20:         End If
Line 21:         If Me._connection.State = System.Data.ConnectionState.Closed Then
Line 22:             Me._connection.Open()
Line 23:         End If
Line 24:         _command = New SqlCommand()

Source File: D:\Websites\LittleAudreySchoolLucknow\App_Code\UtilityADO.vb    Line: 22

Stack Trace:


[SqlException (0x80131904): Cannot open database "LittleAudreyPlaySchLKO_DB" requested by the login. The login failed.
Login failed for user 'LittleAudreyPlaySchLKO_ID'.]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4907399
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2412
   System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +35
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject, Boolean withFailover) +247
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +1349
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +225
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +185
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4928220
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.SqlClient.SqlConnection.Open() +122
   UtilityADO.OpenConnection() in D:\Websites\LittleAudreySchoolLucknow\App_Code\UtilityADO.vb:22
   UtilityADO.GetDataTableWithOutParam(String _procedureName) in D:\Websites\LittleAudreySchoolLucknow\App_Code\UtilityADO.vb:58
   PhotoGallery.GetHomeGellery() in D:\Websites\LittleAudreySchoolLucknow\App_Code\PhotoGallery.vb:9
   _Default.GetPhoto() in D:\Websites\LittleAudreySchoolLucknow\Default.aspx.vb:46
   _Default.Page_Load(Object sender, EventArgs e) in D:\Websites\LittleAudreySchoolLucknow\Default.aspx.vb:22
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


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