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
I think because of the below code you are not getting new credential
string fullName = Request.ServerVariables["LOGON_USER"];
You can try custom login page.