iisnode encountered an error when processing the request

  iisnode encountered an error when processing the request. HRESULT: 0x2 HTTP status: 500 HTTP subStatus: 1002 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... Continue Reading →

Serve Nodejs requests through IIS

Environment - Windows Server 2016 x64 IIS 10.0 Confirm IIS is up and running using http://localhost/ Tools/libraries you need IIS URL Rewrite extension – https://www.iis.net/downloads/microsoft/url-rewrite latest node.js x64 binaries – https://nodejs.org latest iisnode v0.22.1 x64 – https://github.com/tjanczuk/iisnode/releases/download/v0.2.21/iisnode-full-v0.2.21-x64.msi Confirm node is installed using the version check iisnode is registered in your IIS module Register sample files from iisnode under Default Website in IIS.... Continue Reading →

A WordPress.com Website.

Up ↑