I have set up an admin site in our intranet using Active Directory. On my test box, WindowsIdentity.GetCurrent().Name but on my new prod box HttpContext.Current.User.Identity.Name w/Windows Authentication seems to work. When I compare the IIS settings XML for each box they seem to be the same.
Can anyone tell me what decides which one is correct? Then, maybe, I can made them the same.