Is this in a Domain or workgroup?
If it's a domain, are the users specifying Domain\Username?
What's in the Windows Event Logs? (you should be auditing failed logon
attempts, so you can see who the server thinks is trying to logon, and why
the logon is failing). If it's a local account, it'll be recorded in the
webserver's event log. Domain logon failures should be logged in the Domain
Controller's event log.
Cheers
Ken
[quoted text, click to view] "PL" <pblse2@yahoo.se> wrote in message
news:OtzOZrPtDHA.4056@TK2MSFTNGP11.phx.gbl...
:
: I'm having a problem authenticating through IIS 6 and I cannot
: figure out what the problem is.
:
: I have created a user group called OfficeAdmins, all members
: of this group should have access to the admin folder I placed on
: the server.
:
: I removed the IUSR permissions on this folder and added the permissions
: for the OfficeAdmin group, then I removed the "allow anonymous access"
: for that dir in IIS and selected "integrated windows authentication" and
: "basic authentication" schemas.
:
: I also made sure we require secure channel in case for some reason
: the basic authentication would be selected when authenticating.
:
: I added the users that should have access to the OfficeAdmin group,
: however, it doesnt work, all I get is three login screens before it says
: I don't have access when I try to login.
:
: The weird part is that if use the Administrator account I can login,
: however none of the OfficeAdmin user accounts work.
:
: I checked and rechecked the permissions on the folder and the settings in
IIS,
: what am I missing here ??
:
: PL.
:
:
: