iisnode is a native IIS module that allows hosting of node.js applications in IIS on Windows.
Questions tagged [iisnode]
400 questions
1
vote
1 answer
How can I get LOGON_USER info from windows auth without having the username password prompt appear?
I am using iisnode to run my express, nodejs application on Windows Server 2016. I only need the LOGON_USER (username) of the client computer connecting to my app (This is on a company network). When connecting to my app it prompts the user for…

HexxNine
- 446
- 9
- 23
1
vote
2 answers
iisnode msi file doesn't install in preferred location
I have msi file for iisnode, my machine is winx64. I want to install iisnode in preferred location. When I run the msi file it is installed, by default at C:\programFiles
I want to install in different location, because, TFS server will be deploying…

karansys
- 2,449
- 7
- 40
- 78
1
vote
0 answers
1
vote
2 answers
Web.config Error:cannot duplicate rule name
I have deployed node.js app to iis using iisnode.When I browse my app,I see config error as follows
Cannot add duplicate collection entry of type 'rule' with unique key attribute 'name' set to 'node'
I suspect web.config is loaded twice to iis. I…

karansys
- 2,449
- 7
- 40
- 78
1
vote
1 answer
IIS/IISnode - not serving files (no error messages)
I have a Node project running on a Windows server using IISNode on a Windows virtual machine.
Everything worked fine up until a few days ago when the VM underwent a Windows update, and now the site isn't serving any files.
When I start the server,…

Charlie
- 530
- 10
- 26
1
vote
1 answer
iisnode 7.x (64x) full Setup install fails with a message saying a script could not be run
As a result of a question I wrote a little earlier I person was kind enough to write an answer. He suggested installing iisnode to fix a problem where node.js was in the path but docker couldnt find it.. However, on his suggestion I downloaded…

si2030
- 3,895
- 8
- 38
- 87
1
vote
1 answer
What might prevent a NodeJS App Service on Azure from sending responses to an SSE event stream?
We've developed a NodeJS/Express web app locally and added some new features that utilize Server Sent Events (SSE). When testing locally, clients are able to connect to the server, register, and receive updates from the server via SSE. However,…

tbr123psu
- 11
- 1
1
vote
2 answers
How to deploy angular universal application on iisnode
I have created the angular universal application but when I try to deployment on iisnode server it given the exception:

Charnjeet Singh
- 3,056
- 6
- 35
- 65
1
vote
0 answers
iisnode: Publish an application inside an existing one
I'm trying to run two node applications, one inside another in IIS to have the proper rote:
http://server/node1
http://server/node1/node2
I have this scenario in my IIS:
Default Web Site
- node1
- node2
The struggle is that the first…

Lenon Bordini
- 39
- 6
1
vote
1 answer
How to run a Strapi JS API in IIS with iisnode?
I'm trying to run a Strapi JS REST API (strapi.io) in IIS 8.5 using iisnode. But I keep running into HTTP status 500 errors like below.
The IIS_IUSRS group has write permissions on the directory (required by iisnode);
I use a dotenv (.env) file to…

Maarten Docter
- 1,029
- 1
- 13
- 31
1
vote
0 answers
Index.html in root domain not getting server side rendering in angular IIS
I am using angular 4 hosted on IIS.Also,I am using IISnode (https://github.com/tjanczuk/iisnode) for server side rendering.so in my web.config I made rule to rewrite all my request to server.js which is node file so that server side rendering…

jalak vora
- 139
- 3
- 10
1
vote
1 answer
No 'Access-Control-Allow-Origin' header is present on the requested resouce
I'm writing application that uses Angular for client side and NodeJs for backend.
I host my app with iis and iisnode.
Recently I added windows authentication to my application so I could know which user logged on.
Most of the requests works fine,…

KonRow
- 63
- 1
- 8
1
vote
1 answer
Steps do I have to take to make IISExpress to run the iisnode when IISExpress is run from Visual Studio
Here are the technologies used in my work environment:
-Node JS version 8.10.0 win x64
-Visual Studio 2015 Community Update 3
-iisnode v0.22.1 x64
-IIS Express
When I installed iisnode, the iisnode configuration was located here:
C:\Program…

crazyTech
- 1,379
- 3
- 32
- 67
1
vote
1 answer
angular universal on iisnode cant find view error
server side rendering is working good on my local machine
using npm run serve:ssr
i want to upload it to my iis 8 server
this is what i did
building the app on my local machine:
npm run build:ssr
upload the content to my server (iisnode…

David Munsa
- 885
- 1
- 16
- 30
1
vote
1 answer
React Router in Azure IIS Rewrite
I have a few routes in my React app that accept a GUID value as a parameter. For instance, a user receives an email with a link and follows that link to verify and activate their account on the site.

Matthew Alltop
- 501
- 4
- 20