Server Error in '/' Application.

Cannot open database "Bobsco_RTS" requested by the login. The login failed.
Login failed for user 'rtsuser'.

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

Source Error:


Line 32:         catch (Exception ea)
Line 33:         {
Line 34:             throw ea;
Line 35:         }
Line 36:         finally

Source File: c:\inetpub\vhosts\bobscosaudia.com\rts.bobscosaudia.com\App_Code\DAL\SqlHelper.cs    Line: 34

Stack Trace:


[SqlException (0x80131904): Cannot open database "Bobsco_RTS" requested by the login. The login failed.
Login failed for user 'rtsuser'.]
   SqlHelper.Load(String query) in c:\inetpub\vhosts\bobscosaudia.com\rts.bobscosaudia.com\App_Code\DAL\SqlHelper.cs:34
   ClientDal.LoadClients() in c:\inetpub\vhosts\bobscosaudia.com\rts.bobscosaudia.com\App_Code\DAL\ClientDAL.cs:81
   ASP.clients_aspx.BindClients() in c:\inetpub\vhosts\bobscosaudia.com\rts.bobscosaudia.com\clients.aspx:12
   ASP.clients_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\bobscosaudia.com\rts.bobscosaudia.com\clients.aspx:7
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1602


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.9224.0