HTTP Error 500.0 - Internal Server Error

Sometimes error code is 0xfffffffe
  • A return code of 0xFFFFFFFF means that the worker process exited due to a fatal error.
  • A return code of 0xFFFFFFFE means that the worker process exited normally.
  • A return code of 0xFFFFFFFD means that the worker process was killed.
 
Back
Top