I am using Anonymous Authentication, and it is set up to use the Application Pool Identity.
Are there any additional logging I can enable to help debug this?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Intermittently getting an error 500 on API calls, a couple times a day. I enabled Failed Request Tracing and get the severity level warning entry below. If anyone could provide insight as to where to look, I'd be grateful. The call that fails (from what I'm told) works successfully when tried again. But I have not been able to replicate the issue myself.
MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName
__DynamicModule_Microsoft.Owin.Host.SystemWeb.OwinHttpModule, Microsoft.Owin.Host.SystemWeb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_a7266c5b-d5fe-462a-ac35-965e391233f2
Notification
AUTHENTICATE_REQUEST
HttpStatus
500
HttpReason
Internal Server Error
HttpSubStatus
0
ErrorCode
The operation completed successfully.
(0x0)
I am using Anonymous Authentication, and it is set up to use the Application Pool Identity.
Are there any additional logging I can enable to help debug this?