iisnode icon indicating copy to clipboard operation
iisnode copied to clipboard

Hosting node.js applications in IIS on Windows

Results 109 iisnode issues
Sort by recently updated
recently updated
newest added

If you encrypt the appSettings section of your web.config using aspnet_regiis, iisnode will not function, and requests will return 500 responses from IIS. It appears to throw the errors whether...

Hello. I have an API running on IIS with iisnode configured. Everything is working fine exept that when my API sends a 400 status response with a JSON structure the...

Intermittently Facing the issue when IISnode is responding 109 Pipe Error code in IIS logs. In my case IISnode failing with "iisnode failed to process http response status line" and...

The message: **iisnode encountered an error when processing the request.** ``` HRESULT: 0xb HTTP status: 500 HTTP reason: Internal Server Error ``` Here are some seemingly relevant events from the...

![image](https://user-images.githubusercontent.com/6511688/90973535-888f9400-e540-11ea-9098-4dc122e7628d.png) Here is my web.config ` `

Error specified: IIS 7.x or later must be installed before iisnode installation. Installer name: iisnode-core-iis7-v0.2.2-x64.msi

When trying to chain pool connections using IISNode, [email protected], and [email protected] I get the following error (node:11912) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use...

I am trying to set the node http request timeout greater than 2 minutes but it is not working with IISNode. Working fine when I do not use IISNode in...

Can someone help me interpret a problem I'm sometimes seeing that results in 404 errors being logged by IIS? I have an endpoint POST /event that works. However sometimes I'm...

I've installed my NodeJS express app via the plesk control panel, and whenever i try to browse my domain i get the following error: ![Node error](https://user-images.githubusercontent.com/46539758/80263046-af6fb380-868f-11ea-9c34-99b37278c16d.png). The part where it...