Questions tagged [iisnode]

iisnode is a native IIS module that allows hosting of node.js applications in IIS on Windows.

Useful Links

400 questions
2
votes
2 answers

Running Ghost in IIS with Iisnode

I have a problem getting iisnode and ghost to play together. I can run the samples supplied with iisnode fine and I can get ghost up and running fine through the node command line. I have followed every blog post written online I can find to get…
2
votes
1 answer

Secure CookieSession when using iisnode

I'm using node with IIS by using iisnode and I'm having troubles setting the CookieSession option secure:true. I'm using HTTPS on IIS and I'm redirecting any HTTP to HTTPS. But evenw ith this, if I set the CookieSession option secure:true, the…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
2
votes
2 answers

iisnode won't run Express

I'm trying to run express using iisnode. I followed the examples provided but when trying to use the latest Express version with a basic example, there's no way to make it work. I'm getting the error Cannot GET /node/parislight/hello.js and other…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
2
votes
1 answer

Node HTTP request using a named pipe

I am trying to request a GET through an existing named pipe. This is to work around the fact that Node processes on Azure are wrapped by IISNode, thus not having a port of their own, but rather being given a named pipe (as the PORT environment…
oligofren
  • 20,744
  • 16
  • 93
  • 180
2
votes
2 answers

Calling localhost urls on Azure's IISNode

I am running into some issues with running a Node app on Azure WebSites due to IISNode. Basically the issue is that I am relying on the port number being a number, which frankly is not the case on Azure ... Here the port number is actually a named…
oligofren
  • 20,744
  • 16
  • 93
  • 180
2
votes
1 answer

NodeJS Express API hosted on IIS over SSL returns Error: unable to verify the first certificate

I have a NodeJS API application (Express 4) REST based hosted in IIS 8.5 (using iisnode). I have a few .net based and NodeJS clients who consume the REST APIs. The clients are able to perform GET and POST operations over HTTP but over SSL(HTTPS), it…
2
votes
2 answers

Can't get IISNode,socket.io and express to work together

Please read my question,even a small piece of advice will be received with gratitude. I am getting the following error in Google Chrome: GET http://localhost/socket.io/?EIO=3&transport=polling&t=1419089743449-2 404 (Not Found) My folder setup is…
drizo
  • 267
  • 6
  • 14
2
votes
1 answer

Node.js, socket.io and IIS 7

I was wondering if it would be possible to host a node.js socket.io app in IIS 7 using iisnode? I've read that WebSockets are only supported in IIS 8 but I also read that it might be possible so I am a little bit confused. Thanks!
vladb
  • 21
  • 2
2
votes
2 answers

Sails looking in wrong directory

I'm new to sails.js and node.js, so the question might be trivial, but I couldn't find the answer. I have deployed my node.js app to a web site in IIS, so the app can be reached at http://example.com/myapp/. When browsing to…
user957479
  • 491
  • 1
  • 5
  • 20
2
votes
1 answer

Client-side caching with IISNode

I am running IISNode on IIS 8.5 and am not able to enable client side caching of static files. The files are served up without touching node using IISNode. When the files are served with IISNode they contain the Cache-Control: no-cache header. If I…
TheSharpieOne
  • 25,646
  • 9
  • 66
  • 78
2
votes
1 answer

IISNode and/or nodemon for node.js on Windows

If I already use IISNode under Windows for my node.js application (locally during development and on production Windows hosting as well), should I care about nodemon (or any similar "watch files for changes and restart node.exe if any" modules)?
Sevenate
  • 6,221
  • 3
  • 49
  • 75
2
votes
1 answer

iisnode error 500 when running as an application of an existing asp.net site

I am trying to run the samples of iisnode as an application in an existing ASP.Net MVC web site and I'm encountering problems. IIS is version 7.5 on Windows 2008 R2 The samples are located in \program files\iisnode\www\ I have set up two ways to…
jbl
  • 15,179
  • 3
  • 34
  • 101
2
votes
0 answers

iisnode HTTP Error 500.0

I'm getting 500.0 error when trying to hit my server.js. I've looked through all the related issues and tried suggested solutions, but I still can't get this to work. I am looking for some help. It was working and then it stopped. Could it…
brickfungus
  • 398
  • 3
  • 9
2
votes
1 answer

what are the things to change when switching from node.js to iisnode?

I've been trying to run a node application on iisnode. this app runs on node.js smoothly and has no problem. however, i need to integrate this app to an asp.net application hence i've been trying to run this app on iis using iisnode! but i've been…
Poorya
  • 1,291
  • 6
  • 27
  • 57
2
votes
3 answers

iisnode 500.21 Handler "iisnode" has a bad module "iisnode" in its module list

Getting this error on Server 2008 R2 64bit, IIS 7.5, iisnode 0.2.4.0, node.js 0.10.5 - HTTP Error 500.21 - Internal Server Error Handler "iisnode" has a bad module "iisnode" in its module list Detailed Error Information Module - IIS Web…
Jacob
  • 505
  • 3
  • 8
  • 23