public string Info = ""; //Info to display in the Web Report Server

        void Authenticate()
        {
            WebUser.WebPrincipal = User;
            WebUser.Authenticate();
            WebHelper.WriteLogEntryWeb(WebUser.IsAuthenticated ? EventLogEntryType.SuccessAudit : EventLogEntryType.FailureAudit, WebUser.AuthenticationSummary);
        }