LOGON_USER empty, authenticaiton errors if anonymous login permitted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RDOlivaw
    New Member
    • Dec 2014
    • 1

    LOGON_USER empty, authenticaiton errors if anonymous login permitted

    I have a classic ASP Web application that's been running on a Windows Server 2003 server with IIS 6.0 for several years. I have to move it to a Windows Server 2008 server with IIS 7.0. I've got it working, but the ServerVariable LOGON_USER doesn’t get populated. This seems to be because I have enabled Anonymous Authentication and allowed Anonymous Authorization to the site. However, if I disable/deny either of those, then I get an Authentication or Authorization error when attempting to open it. I have to have the LOGON_USER variable for the program to work correctly, but no matter what combination of Authentication/Authorization I use, I get errored out if I don't allow anonymous login. Rather at a loss at this point as to what to try next. Any suggestions?
Working...