Hallo.
I need know user name of user which run browser.
If I use
Request.ServerVariables["LOGON_USER"]
or
HttpContext.Current.User.Identity.Name
or
User.Identity.Name
it is OK, if I run browser under same account like I’m loged in windows.
But if I run windows as #user1 and browser as #user2, value of this LOGON_USER is empty string.
Is there another way how detect user?
Reason is anonymous autentification. There is solution:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/035dcfd0-9a36-4788-b3b6-91dc6a9d9936.mspx?mfr=true