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

var express = require("express"); var app = express(); var moment = require("moment"); app.get("/", function (req, res, err) { res.writeHead(200, { "Content-Type": "text/html" }); res.end( "Hello, world! iisnode version is "...

I have a problem with iisnode on Azure which is that the url encoded entities when passed to my express app in node are already decoded and can cause problems...

I have been trying to get IISNode to run on IIS8, with no luck. Hopefully, someone can help. I have tried a lot of versions of IISNode.

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...

> 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...

Hello, i'm trying to install iisnode on windows 10. i'm getting error: > there is a problem with this windows installer package a script required for this install to complete...

I'm deploying a NextJS app to an Azure App Service, but after it deploys successfully, I get the following error message. ``` Tue Aug 17 2021 20:30:04 GMT+0000 (Coordinated Universal...

I have added a virtual directory under my site and converted that into app. I have provided IIS_User full control. I have url rewrite module 2. It works when I...

ES Modules are now supported in Node 15.12. This means that libraries can be shared natively with browser applications. Without this support iisnode becomes noncmplaint and unable to use modern...