Server Error in '/' Application.
Cannot open database "ChooseYourStory" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
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 "ChooseYourStory" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Source Error:
Line 51: {
Line 52: //synch with ASP pages
Line 53: AspSessionBridge.SynchAspSession();
Line 54:
Line 55: Application.Lock();
|
Source File: c:\Websites\ChooseYourStory\ChooseYourStory.com\Global.asax Line: 53
Stack Trace:
[SqlException (0x80131904): Cannot open database "ChooseYourStory" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +690
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +89
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +6296606
System.Data.SqlClient.SqlConnection.Open() +300
ChooseYourStory.Web.Security.CysMembershipProvider.GetUser(String username, Boolean userIsOnline) in c:\BuildMasterAgent\_AGTTMP\_A4\_S11\SRC\ChooseYourStory\Web\Security\CysMembershipProvider.cs:98
ChooseYourStory.Legacy.AspSessionBridge.SynchAspSession() in c:\BuildMasterAgent\_AGTTMP\_A4\_S11\SRC\ChooseYourStory\Legacy\AspSessionBridge.cs:97
ASP.global_asax.Application_PostAcquireRequestState(Object sender, EventArgs e) in c:\Websites\ChooseYourStory\ChooseYourStory.com\Global.asax:53
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
This sort of thing has happened before but I thought it worth mentioning.