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
1 answer

Running multiple apps within ExpressJS

I'm currently running iisnode on IIS7. Currently there's just one app (app.js) on there which makes use of MongoDB. Just to clarify, when I say 'app' I'm referring to an actual ExpressJS application. What I would like to be able to do is host…
backdesk
  • 1,781
  • 3
  • 22
  • 42
2
votes
2 answers

can use asp.net windows forms with node.js using issnode

I was reading about iisnode what i get is that iis node allow to host nodeJS applications in IIS. So i'm asking you to: First:: what is iisnode exactly? what can i do with it?. Second:: I was wondering if i could use it along with my asp.net web…
ebram khalil
  • 8,252
  • 7
  • 42
  • 60
2
votes
2 answers

503 "Service Unavailable" error for all apps after installing iisnode

After installing iisnode on Windows Server 2008 SP2 (32 bit), all previously functioning apps report a "HTTP Error 503. The service is unavailable." None of these applications are registering or using the iisnode module. The application pools are…
twalker
  • 73
  • 2
  • 7
2
votes
1 answer

iisnode failed to process http response status line

I'm using IISnode 0.1.21 x64 on Windows 2008 R2 and Node 0.8 My application is running successfully with 4 threads. But after sometime (say 3-4 hours) the responses don't make it from IISnode to the client and the user doesn't get the data on the…
Manish Sapkal
  • 5,591
  • 8
  • 45
  • 74
2
votes
1 answer

Cannot Get Azure Node.js Logging Enabled

I am unable to get logging to work for a node application I am deploying to Windows Azure. I am overriding the web.config with the iisnode.yml file option. Here's the yml file contents: node_env: development nodeProcessCountPerApplication:…
el doug
  • 21
  • 2
2
votes
1 answer

node.exe process with IISNode process stops running

I am using iisnode to run my node.js app. However, after about an hour, the node.exe process stops running (I need it running since I have a setInterval() method that pulls data from the database every few seconds). Any advice? Also, if I set up my…
victormejia
  • 1,174
  • 3
  • 12
  • 30
2
votes
2 answers

Serving static files from iisnode with URL Rewrite

I am using a Rewrite rule in my web.config file for a node app running under issnode to point to my server.js file. myapp/* points to server.js.
Jono
  • 280
  • 1
  • 7
  • 15
1
vote
2 answers

Update iisnode bits on your web roles?

When using the Powershell cmdlets for Node on Azure, specifically Add-AzureNodeWebRole, you get the startup task all set up to deploy iisnode to your Azure instance, including an iisnode.msi installer. What happens when iisnode is updated and…
Glenn Scott
  • 405
  • 4
  • 13
1
vote
3 answers

Why do I to have prefix all my route handlers

I'm creating an application using Expressjs running on node under IISNode (i.e on windows). I start by setting things up very much like all the expressjs examples I've seen: backend.configure(function() { backend.register('html', { …
Simon Lomax
  • 8,714
  • 8
  • 42
  • 75
1
vote
1 answer

Issue with Windows Authentication using iisnode and WebMatrix

I tried to write a simple site using node.js hosted on IIS Express 7.5 (via WebMatrix). I would like to use Integrated Windows Authentication. I configured applicationhost.config as it described in some similar posts. Also i have configured…
1
vote
1 answer

how to debug Azure node.js web service running locally

How can this noble goal be achieved? I already changed my web.config to contain this: And when I hit this URL on my emulated web role…
1
vote
3 answers

nodejs socket.io with IIS Node

I have tried something with node.js in windows vista/IIS 7 using iis node. My idea is to use a server script on the asp .net mvc application to connect to another socket server and serve requests on a persistent fashion. I downloaded the iisnode…
Muthu
  • 2,675
  • 4
  • 28
  • 34
1
vote
1 answer

WebSockets not working if nodeProcessCountPerApplication is set to anything else than 1

We have a nodeJS express app using feathers und we use websockets hosted on Windows Server with iisnode. If we set nodeProcessCountPerApplication to 1 everything works fine. If we set it to 2 or zero we can not connect to the websockets any…
Markus
  • 2,184
  • 2
  • 22
  • 32
1
vote
0 answers

How to deploy angular universal on IIS

Can someone help me to deploy angular universal build on IIS server? I have integrated angular universal in existing angular 13 project and its working fine. but my problem with deployment on IIS when deploying build as website it's working for…
1
vote
0 answers

NextJS: Cannot Build The Project

In my local PC I can build my project just fine with next build. In my hosting service (IIS Node with Plesk), it fails. This is the error: warn - You are using a non-standard "NODE_ENV" value in your environment. This creates inconsistencies in the…
Alvin Stefanus
  • 1,873
  • 2
  • 22
  • 60