Hi guys, I have an intranet site that automatically detects who logs in... however, I have ASP.NET impersonation on (set to authenticated user) as well as Windows authentication turned on. I have anonymous authentication disabled. Yet when I still access the page it says login failed for user NT AUTHORITY/ANONYMOUS LOGON.
I just don't get why it sees me as anonymous? Obviously the site works if it can tell who is logged in. Do you guys know where I should start looking? Thank you.