if (HttpContext.Current.User.IsInRole("Super Admin") || HttpContext.Current.User.IsInRole("Support")) if (HttpContext.Current.User.IsInRole("AdminRoles.GetAllRoles().Exc
我阅读了微软对IsInRole方法的描述,似乎我做的一切都是正确的,因为如果您用组的名称表示字符串,它意味着您的中的确切组。WindowsPrincipal userRights = new WindowsPrincipal(userIdentity);
else if (userRights.IsInRole("