iisnode is a native IIS module that allows hosting of node.js applications in IIS on Windows.
Questions tagged [iisnode]
400 questions
0
votes
2 answers
IISNode - IIS7.0 - Invalid web.config issue on Windows 2008 R2
I am trying to deploy a node.js application to IIS 7.0 hosted on Windows 2008 machine using the IISNode module. I have the following web.config file -
…

Ravi B.
- 11
- 5
0
votes
1 answer
Deploy MEAN stack project on IIS of local server
I am trying to deploy my MEAN framework application on IIS using iisnode on local machine.
My api call is working after hosting on IIS, but web application page is not loading because it can not load required css and js files related to web app.
My…

Amol Deore
- 1
- 1
0
votes
0 answers
Host Nodejs app in IIS server
I have hosted a NodeJs express app on IIS server using iisnode. App is running on node server without giving any error. it gives me following error with iisnode.
Used Express version is 4.13.4.
I have installed URL rewrite module for IIS.
My…

Janith Widarshana
- 3,213
- 9
- 51
- 73
0
votes
2 answers
Internal server error 500, hosting Node.js Express 4 application template from Visual Studio 2017 in Azure
I create a project from the project template: "Basic Azure Node.js Express 4 Application" in Visual Studio 2017 Enterprise edition.
When I run it locally it works fine.
Now I publish this to Azure using the below Publish menu:
I get the following…

Aram
- 5,537
- 2
- 30
- 41
0
votes
1 answer
Error during Node startup/recovery in progress. Not yet ready to accept connections?
I'm running an express server on IISNode, but noticed the web service is down due to:
I need to handle the exception which occurs during any crash of the system in IIS node due to configuration mismatch or connection problem.
I got the following…

Brian Var
- 6,029
- 25
- 114
- 212
0
votes
1 answer
Run Apostrophe 2 CMS on IIS (IISNode)?
You configure the server and app like the other Node.js based apps on IIS (like in this article) and install ImageMagic (required by Apostrophe CMS). After that, when you running apostrophe app, you may see an error "The configured bundle apostrophe…

EddiG
- 172
- 2
- 4
0
votes
1 answer
What is the performance impact of 'logging enabled: true' in IISNode on Azure
This article states that it is possible to log the outputs of StdOut and StdErr streams to the file system.
What is the performance impact of doing this? Should I leave it on in production?

Holf
- 5,605
- 3
- 42
- 63
0
votes
1 answer
Iisnode crashes when specific appsettings present
I've encountered a weird problem. I have a web site hosted in azure app services that has a node application as a sub folder which is run via iisnode. I added a couple appSettings into the web.config at the root and it crashes IISNode (I get a white…

MikeS
- 1,734
- 1
- 9
- 13
0
votes
1 answer
Node Env not set?
This is a general question though I haven't found where I am going wrong.
Using Windows Server with Azures kudu stand alone to host a local project.
Also using React, Webpack, Redux
Windows environment var is set to production
Package.json has set…

JustDave
- 516
- 1
- 8
- 18
0
votes
1 answer
Cannot use "max-old-space" parameter in web.config/Azure WebApp
I have a WebApp running node, i need to increase RAM so i put
in web.config, this works fine.
When i set the max-old-space-size to 2048 the server only answers with
"mything.azurewebsites.net is currently unable to handle this request.
HTTP…

lolops
- 97
- 1
- 11
0
votes
1 answer
Secure WebSockets with Socket.io, Node.js, and iisnode
I have an application that works perfectly fine with websockets through iisnode to a Node.js/Express/Socket.io application.
Windows Server 2012
iisnode 2.21
IIS 8.5
Node 6.2.1
socket.io 1.4.8
express.js 4.14
When visiting via HTTPS,…

Nick
- 4,901
- 40
- 61
0
votes
1 answer
Force Azure Node to fail during deployment if script error in start
Has anyone found a way to force azure to gracefully fail a deploy if it cannot start the node server?
There was a bug in our node server scripts, and I was only able to find it by pulling dump logs and tracing through them. I am updating the script…

kwelch
- 2,370
- 22
- 23
0
votes
1 answer
Setting node.js site to auto-start when hosted in Azure Web app
I have a Node.js script that I want to run in Azure on a Web app.
This script is not an express web site, rather it's a worker script which polls a database for work to perform, and when done it just polls and waits, e.g. there is not user…

David Thomas
- 2,264
- 2
- 18
- 20
0
votes
0 answers
even after giving all permissions to site i am getting the following error while hosting express js site using iisnode
Application has thrown an uncaught exception and is terminated:
Error: EPERM: operation not permitted, realpath 'D:\Inetpub\vhosts\homesfy.in\staging.homesfy.in\express\server.js'
at Error (native)
at Object.realpathSync (fs.js:1574:18)
…

chetan dev
- 611
- 2
- 6
- 16
0
votes
0 answers
Node js Express app not working + IISNode
I am trying to deploy node js app in windows server 2008 using IISNode. But i keep getting
HRESULT: 0x2
HTTP status: 500
HTTP reason: Internal Server Error
Here is my web.config file

jeevjyot singh chhabda
- 617
- 4
- 14