Been googling this but cannot find any good info.
What's the difference (aside from the obvious) in functionality between these two commands?
- HttpContext.Current.Request.ServerVariables("REMOTE_USER")
- HttpContext.Current.Request.ServerVariables("LOGON_USER")
I simply need to ensure that I get the name of the logon user for my asp.net web application.
Thanks.