I have a Web Application running in Azure and I've had a few outages where the server is unresponsive. When I look in the IIS log, I see HTTP 500 errors with a sc-substatus
of 121 and a sc-win32-status
of 0.
Omitting all other fields, the logs look like this, in this order:
sc-status sc-substatus sc-win32-status
500 121 0
I can't find reference to a 500.121 error anywhere online.