Exemple #1
0
        /// <summary>
        /// Checks for user role and to restrict access to folders
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        protected void FormsAuthentication_OnAuthenticate(Object sender, FormsAuthenticationEventArgs e)
        {
            UserClass userClass = new UserClass();

            userClass.CheckAuthentication(e);
        }