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

we have a shared web hosting server, and we are trying to provide nodejs hosting to a client, the issue here is the physical path is c:\websites\username\wwwroot but the nodejs...

I have nodeProcessCountPerApplication=0 to use all the worker processes of node (as per no. of cpus) and nodeProcessCommandLine="node --inspect=0.0.0.0:9229" or nodeProcessCommandLine="node --inspect", when I check only 1 instance runs in...

To unlock files being used by the Node.js process in the `node_modules` directory, there needs to be a way to shutdown the process when updating. Web Deploy [supports this](https://docs.microsoft.com/en-us/iis/publish/deploying-application-packages/taking-an-application-offline-before-publishing) exact...

I want to use a node.js application hosted in IIS (with IISNode) with the Edge.js module used to interact with some existing C# code. At this point everything is alright!...

Hello, I am trying to host my Angular 8 universal app in the IIS of Windows Server 2019. I have the dist folder, main.js and web.config file in the root...

My API is getting timeout after 2 mins.

Hi! When I try to use socket.io and Express with IISnode is have a problem, websocket connection return status 200 instead 101. **Socket.io version: 1.4.5** **IIS node: 0.2.21** ## server...

I am getting this error whenever I am using IIS 10.0. My applications using node and express js worked in IIS 7.5 but we upgraded and now it gives this...

On localhost a 400 error returns the following expected response - {"code":400,"error":"Bad Request","message":"the value of firstName is not allowed to be empty, the value of lastName is not allowed to...