I am on Windows 2102 server (IIS 8.5) with failed request logging installed. I am catching all errors from 400-999. No file created under C:\inetpub\logs\FailedReqLogFiles folder.
So I have to change the tracing rule to catch status code from 200-999. Now I can see failed requests logged with status code 200.
Actually, all failed request (with different reasons) show status code 200 (see below). I can easily show this by accessing an non-existed resource like: localhost/bluh.asp.
Failure Reason | STATUS_CODE |
---|---|
Trigger Status | 200 |
Final Status | 200 |
Any clue for fixing this?