When anonymous is checked and windows authentication isn't i'm getting nothing.
When ananymous is unchecked and windows authentication isn't I'm getting nothing.
When I move the application to the default application Pool windows authentication is working fine. It's when I move the app to an application pool that is run with an AD user that i'm running into the issues.
Main Topics
Browse All Topics





by: meverestPosted on 2009-09-30 at 07:23:07ID: 25459136
Hi,
OGON_USER" ) is empty, then IIS is accessing the filesystem with the anonymous IUSR user. IIS will only require authentication when the anonymous user does not have rights to access the server content, or when 'allow anonymous' is UNchecked.
if Request.ServerVariables("L
try disabling windows integrated auth to see if you can make the login dialog come up.
Cheers.