I found one of the old ASP errors that MySpace used to display to users. I remember there was one time when Facebook forgot to set their .php document handler, but they never outputted errors as bad as this to the user.
Server Error in '/' Application.
Cannot open database requested in login 'myspacesharedread'. Login fails.
Login failed for user 'AspAdoNet'.
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 requested in login 'myspacesharedread'. Login fails.
Login failed for user 'AspAdoNet'.
Stack Trace:
[SqlException (0x80131904): Cannot open database requested in login 'myspacesharedread'. Login fails.
Login failed for user 'AspAdoNet'.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +437
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
MySpace.Persistence.Dao.Profile.ProfileDao.GetSharedData(Int32[] idlist) in C:\My Documents\ReleaseBuild\Persistence\Dao\Profile\ProfileDao.cs:684
MySpace.Persistence.Dao.Profile.ProfileDao.ConstructUser(MySpaceUserReadOnly user, Boolean isFriend, DateTime eventEndDate) in C:\My Documents\ReleaseBuild\Persistence\Dao\Profile\ProfileDao.cs:40
MySpace.Persistence.Dao.Profile.ProfileDao.ConstructUser(MySpaceUserReadOnly user) in C:\My Documents\ReleaseBuild\Persistence\Dao\Profile\ProfileDao.cs:30
MySpace.RemoteCaching.Client.Transports.MySpaceBackendProvider.GetAndHydrateUser(Int32 userID) in C:\My Documents\ReleaseBuild\Persistence\DataProviders\MySpaceBackendProvider.cs:18
MySpace.Persistence.DataProviders.CachedUserProvider.GetAndHydrateUser(Int32 userID) in C:\My Documents\ReleaseBuild\Persistence\DataProviders\CachedUserProvider.cs:83
MySpace.Web.Classes.ProfileLoader.GetUser(Int32 friendID) +111
[DataMapperException: Unable to open connection to "".]
IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString) +291
IBatisNet.DataMapper.SqlMapSession.OpenConnection() +17
IBatisNet.DataMapper.SqlMapper.QueryForObject(String statementName, Object parameterObject) +82
MySpace.Persistence.Dao.Gateways.SharedGatewayDao.UserIdForUsername(String userName) in C:\My Documents\ReleaseBuild\Persistence\Dao\Gateways\SharedGatewayDao.cs:43
MySpace.Web.Classes.ContextualInfo.ProfileDisplayContext.get_ContextualFriendID() +169
MySpace.Web.Classes.ContextualInfo.ProfileDisplayContext.get_CurrentContextualUser() +19
MySpace.Web.UI.ProfileDisplayBasePage.Page_PreInit(Object sender, EventArgs e) +39
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.OnPreInit(EventArgs e) +2009804
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +521
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.