<p>iisnode encountered an error when processing the request.</p><pre style="background-color: eeeeee">HRESULT: 0x2
HTTP status: 500
HTTP reason: Internal Server Error</pre><p>You are receiving this HTTP 200 response because <a href=https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config>system.webServer/iisnode/@devErrorsEnabled</a> configuration setting is 'true'.</p><p>In addition to the log of stdout and stderr of the node.exe process, consider using <a href=http://tomasz.janczuk.org/2011/11/debug-nodejs-applications-on-windows.html>debugging</a> and <a href=http://tomasz.janczuk.org/2011/09/using-event-tracing-for-windows-to.html>ETW traces</a> to further diagnose the problem.</p><p>The last 64k of the output generated by the node.exe process to stdout and stderr is shown below:</p><pre style="background-color: eeeeee">-----------------------------------------------------------------


node.js:696
          throw new Error(&apos;Implement me. Unknown stdin file type!&apos;);
                ^
Error: Implement me. Unknown stdin file type!
    at process.stdin (node.js:696:17)
    at EventEmitter.prompt.start (C:\inetpub\fscore_api\node_modules\sails\node_modules\prompt\lib\prompt.js:74:38)
    at Array.async.auto._doubleCheckMigration [as 1] (C:\inetpub\fscore_api\node_modules\sails\lib\hooks\orm\index.js:116:18)
    at listener (C:\inetpub\fscore_api\node_modules\sails\node_modules\async\lib\async.js:465:46)
    at C:\inetpub\fscore_api\node_modules\sails\node_modules\async\lib\async.js:419:17
    at Array.forEach (native)
    at _each (C:\inetpub\fscore_api\node_modules\sails\node_modules\async\lib\async.js:32:24)
    at Object.taskComplete (C:\inetpub\fscore_api\node_modules\sails\node_modules\async\lib\async.js:418:13)
    at processImmediate [as _immediateCallback] (timers.js:354:15)
