I am trying to figure out where I can find the logs which list HTTP 503 errors that IIS has been returning when servicing requests for a WCF service that it hosts.
I have looked in the following locations but I cannot find anything which indicates these 503s are being returned (I know they're being returned because the logs from our CDN indicate they are seeing 503s from the WCF service):
- C:\inetpub\logs\LogFiles - There are no 503s in the relevant service's log files
- C:\Windows\System32\Logfiles\HTTPERR - This folder doesn't exist (I only see SQM, Sum and WMI in the parent LogFiles directory)
- C:\iislogs\www\HTTPERR - After some Googling, I found this directory could also hold errors however there is nothing in here related to the service and the logs don't contain any 503s
- EventViewer - I couldn't find anything for the service in here other than some generic potentially dangerous path warnings
Where else can I look to find records of these 503s being returned by the WCF service hosted in IIS? Maybe there is a setting in IIS that needs to be tweaked?