Tuesday, December 2, 2008

Request.ServerVariables("LOGON_USER") Returns Empty String

Request.ServerVariables("LOGON_USER") Returns Empty String
The LOGON_USER variable is not populated if you use the Allow Anonymous security to access the ASP page. In order for the LOGON_USER variable to be populated, the user must be authenticated using either Basic or NT Challenge/Response security.

No comments: