Server Error in '/' Application.

The server principal "xcipio" is not able to access the database "MardakSystem" under the current security context.

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: SummitWeb.DbCmdException: The server principal "xcipio" is not able to access the database "MardakSystem" under the current security context.

Source Error:


Line 1051:                    ex.lineNumber = ((SqlException)e).LineNumber;
Line 1052:                ex.cmd = cmd;
Line 1053:                throw ex;
Line 1054:            }
Line 1055:            finally

Source File: c:\xcipio\web\framework\web\App_Code\SummitWebDB.cs    Line: 1053

Stack Trace:


[DbCmdException: The server principal "xcipio" is not able to access the database "MardakSystem" under the current security context.]
   SummitWeb.DB.ExecuteReader(Object cmd, CommandBehavior behaviour, String BES) in c:\xcipio\web\framework\web\App_Code\SummitWebDB.cs:1053
   SummitWeb.<Records>d__e.MoveNext() in c:\xcipio\web\framework\web\App_Code\SummitWebDB.cs:133
   SummitWeb.Global.getBESGroups() in c:\xcipio\web\framework\web\App_Code\Global.cs:2696
   ASP.login_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\xcipio\web\framework\web\login.aspx:11
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +276
   System.Web.UI.Page.Render(HtmlTextWriter writer) +40
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +80
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4239


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