I have migrated a a classic ASP files from IIS 6 to IIS 7.5
After migrating, the line Request.ServerVariables("LOGON_USER")
doesn't return any value, because of which the application is not running.
The Anonymous Authentication is already disabled in IIS. Is there any other setting i need to check. Please someone help me on this.