iisnode icon indicating copy to clipboard operation
iisnode copied to clipboard

HTTP Error 500.1002 - Internal Server Error when hosting in Windows Server using IISNode

Open kiatyao9595 opened this issue 2 years ago • 1 comments

Hi all,

I know this may seems like a duplicate question, but it seems like no one have resolved it before. Therefore I am wondering if anyone has any resolution to this over these years.

When running Event Tracing in IISNode, i do catch something

image

I am trying to host Angular Universal in my Server

The following is my Angular's CLI version

image

I truly hope there is a resolution to it. Thank you in advance!

kiatyao9595 avatar Mar 17 '22 01:03 kiatyao9595

this simply means the node.exe exited before any pipe between processes can be established, check your nodejs app.

lemonahmas avatar Sep 15 '22 05:09 lemonahmas