I want to get user name using Windows authentication
Actually I implemented \"Sign in as different user\",when click this button Windows security will appear there w
Username you get like this:
var userName = HttpContext.Current.Request.LogonUserIdentity?.Name;