tjanczuk / iisnode

Hosting node.js applications in IIS on Windows
Other
1.85k stars 587 forks source link

Error 500.1013 "The pipe has ended" #642

Open mreese3 opened 6 years ago

mreese3 commented 6 years ago

I am getting this error whenever I am using IIS 10.0. My applications using node and express js worked in IIS 7.5 but we upgraded and now it gives this error.

ModuleNameiisnodeNotificationEXECUTE_REQUEST_HANDLERHttpStatus500HttpReasonInternal Server ErrorHttpSubStatus1013ErrorCodeThe pipe has been ended. (0x6d)ConfigExceptionInfo ModuleName iisnode Notification EXECUTE_REQUEST_HANDLER HttpStatus 500 HttpReason Internal Server Error HttpSubStatus 1013 ErrorCode The pipe has been ended. (0x6d) ConfigExceptionInfo

iisnode EXECUTE_REQUEST_HANDLER 500 Internal Server Error 1013 The pipe has been ended. (0x6d)

mwbrown66 commented 5 years ago

Did you happen to resolve this issue? I'm getting the same error.

nandowalter commented 2 years ago

The same error to me, getting this error and no more information on this. Someone has found the cause and/or solved it?