I'm trying to set up windows authentication on an ASP.Net box. (win2k Server).
I have it working on one machine, not the other. The settings in web.config
and machine.config are the same on both machines. Both sets of IIS settings
are the same as far as I can tell.
The error that's logged is
The server was unable to logon the Windows NT account 'jwhite' due to the
following error: Logon failure: the user has not been granted the requested
logon type at this computer. The data is the error code.
And an error code of 569, which I can't find documentation on.
The user is in a group that has both "log in over the network" and "log in
locally" policies set.
Help?
Philo