Windows authentication


Scoilnet is now on the testing phase, but I have an issue with my testing platform.

I removed anonymous logon on IIS, and ask to use only Windows authentication.

I created a bunch of users (Windows 2000 OS). Everything fine for I could say 98 - 99% of the users.

But some have troubles to pass the logon box. I checked their settings, they all use IE 4+ with basic settings.

The only thing is that some connect by a proxy server. So I wonder if the reason why they can't have access is because of that.

Anybody have a clue ?

1 Comment

  • ASAIK windows authentication requires the users to be authenticated to the same domain as the webserver. Check and see if these users are not domain authenticated, but instead logged on locally. You could parse the request.servervariables collection for LOGON_USER, and check if your domain name is at the start

Comments have been disabled for this content.