|
Home > Archive > IIS Server Security > August 2005 > How to enable logging for allow or deny computer access
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to enable logging for allow or deny computer access
|
|
| Terence 2005-08-02, 2:55 am |
| Hi,
How can i enable the audit log for every access into the allow or deny
computer by IP address, such as adding an IP address to the allow list or
remove an IP address from the allow list. I wish to track all this activities
for audit purpose.
Thanks.
Terence
| |
| David Wang [Msft] 2005-08-02, 2:55 am |
| Requests that are rejected by IPRestrictionList have status code of 403.6 in
the website's log file.
With IIS6, the sub status is logged, so you can use LogParser on the log
file to filter and track all such activity.
On prior IIS versions, there is no way to distinguish the sub status (you
only see "403"), so you'll need to author the 403.6 custom error file to log
the breakout data itself.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Terence" <Terence@discussions.microsoft.com> wrote in message
news:D5C3F18E-A149-43E3-9821-4EA3A896D229@microsoft.com...
Hi,
How can i enable the audit log for every access into the allow or deny
computer by IP address, such as adding an IP address to the allow list or
remove an IP address from the allow list. I wish to track all this
activities
for audit purpose.
Thanks.
Terence
|
|
|
|
|