iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stdout and stderr is shown below:
restify listening at http://undefined:undefined hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test hello test
I would also like to know if there's a conflict between Restify and node-server?
Thanks,
http.js:600
throw new TypeError('first argument must be a string or Buffer');
^
TypeError: first argument must be a string or Buffer
at ServerResponse.write (http.js:600:11)
at Server.<anonymous> (C:\DWASFiles\Sites\leagues\VirtualDirectory0\site\wwwroot\server.js:34:6)
at Server.emit (events.js:70:17)
at HTTPParser.onIncoming (http.js:1572:12)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:91:29)
at Socket.ondata (http.js:1468:22)
at Pipe.onread (net.js:374:27)Thanks,