Is there any built-in utility or helper to parse HttpContext.Current.User.Identity.Name, e.g. domain\\user to get separately domain name if exists
HttpContext.Current.User.Identity.Name
domain\\user
I don't think so, because System.Security.Principal.WindowsIdentity doesn't contain such members.