I am using windows authentication for a web site hosted in IIS.
Anonymous Access is off
In the IIS audit logs the 'cs-username' shows up fine on a successful login.
the 'cs-username' is blank when the user enters a bad password. is there a
way to change this?
The information I need is the number of failed attempts for a user. or is
there another way to ger this info?
Your Windows security event logs will track failed login attempts (including
a reason for the failure: e.g. unknown username or bad password, account
disabled etc). You may need to allow failed logon auditing in the local
security policy (or set it via Group Policy).
Cheers
Ken
"TCurtin" <TCu...@discussions.microsoft.com> wrote in message
news:1650F862-5C74-4138...@microsoft.com...
You can go to the Win 2k3 Audit services and enable the logging of the
successful and failed attempts by a user to login to the server through IIS,
which is kept in the System's Security Event Logs and can be viewed using
the Event Viewer on the O/S.
"Mr. Arnold" wrote:
> .
>
Cheers
Ken
"TCurtin" <TCu...@discussions.microsoft.com> wrote in message
news:54906640-5E25-487A...@microsoft.com...