iisnode Questions
2
I host a next.js app on iis server, and any urls with [] (%5B, %5D) return a 404 error which includes the generated js files for any dynamic page
for example there is file at /_next/static/chunks/p...
5
Solved
I'm attempting to get an Etherpad Lite site up and running with IIS on my computer before I upload it to Azure for Web Sites, but I get this error when I try (http://pastebin.com/4rZWbqix):
iisn...
5
Solved
Trying to make Hello World native module for node.js
Got an Win32 Project in VS 2012 with one file:
#include <node.h>
#include <v8.h>
using namespace v8;
Handle<Value> Method(co...
5
Solved
Hi I am trying run node on IIS as a subdirectory of an existing website.
https://somewebsite/node like so
Download and installed to the windows machine https://github.com/azure/iisnode/wiki/iisn...
4
Solved
I can't get msnodesql to install.
Originally I tried
npm install node-sqlserver
... and this warns that it has been superceded by msnodesql.
I successfully installed Node.js, iisnode and I se...
Hypocycloid asked 29/10, 2013 at 15:0
1
Server, located in Germany
Windows Server 2008 / IIS 7
node.js 0.8.22
iisnode 0.2.2 x64
web.config
<configuration>
<system.webServer>
<handlers>
<add name="iisnode" path...
5
Solved
I have also asked this on the iisnode github project
I am using IISNode via a Windows Azure Website.
If my Node app returns a 2xx status code (200, 201, etc), then all is well and works as expec...
3
Solved
I have the following setup in IIS:
Default Web Site (www.foo.com) hosting standard html site
Web Application underneath Default Web Site (www.foo.com/bar) running IIS Node
Node project is utilizi...
1
Most of the documentation for a node application on azure app service is around running using iisnode module handler which uses app.js or server.js like files.
What if we want to run the same app...
Woody asked 2/11, 2017 at 23:23
1
Solved
I recently started working on nodejs. I created a simple nodejs api (with express) which connect to SQL server database and return result. After my development I had challenge how to host this node...
1
I have a web application which is making a socket connection with a NodeJS server hosted via IIS Node. The connection seems to be made properly as I resolved a 404 polling error on the client that ...
1
I'm using node in combination with IIS by using iisnode.
I seems to me that things that I was previously doing in Node to configure the server can now be done directly in IIS.
Things like:
htt...
1
I'm trying to get react running using node.js with iisnode on iis
I've installed the latest node and the latest iisnode and used this stackoverflow as a guide but can't get past error 500. How to ...
Landtag asked 17/1, 2017 at 10:40
2
I have deployed a node js web application on app service in azure. Issue is that my application occasionally getting killed for unknown reason. I have done exhaustive search through all the log fin...
Kanarese asked 16/10, 2016 at 18:40
4
I am using iisnode to host a node web application in IIS on Windows. When I set up my routes on the web server (say Express or Restify) I want do do it in a way that is independent of the path that...
0
I am running an express.js app, with iisnode as the handler.
Whenever I restart the site in IIS, or recycle the app pool (either manually or by saving the web config after changing a file) the app...
3
Solved
I'm currently running a simple express.js example just trying to get favicons working. Everything works fine locally but when I upload it to my production server it just shows the default favicon. ...
Melanoma asked 23/6, 2014 at 0:44
0
I am doing prototype with nodejs + expressjs that are hosted on IIS7. I am trying to access appSettings in web.config in app.js following sample from post:
Access web.config settings from iisnode?...
Howdy asked 21/7, 2016 at 15:26
2
I have iisnode working smoothly on win8/IIS8. I created a very simple hello world and it works great. However, when I try to use process.stdin I get the following error:
Application has thrown an ...
3
I am setting up IISNode on IIS 7 locally on my Win7 box. I followed the instructions on the site and the samples are working fine.
I created a new website and AppPool in IIS Manager to run a brand...
1
I am developing an application in mean-stack. The only the difference is that I want to host my application in IIS rather than express.js. Is it possible or feasible to do so? What are possib...
Prelature asked 18/3, 2016 at 15:22
1
Solved
I understand I can use web.config.
<iisnode
node_env="production"
/>
to specify one environmental node_env variable which could be accessed in server side *.js files via process.env.node...
Allout asked 5/1, 2016 at 16:27
1
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 ...
Ovariectomy asked 23/11, 2015 at 12:28
2
Solved
I am using Windows Azure Websites to host a node.js application. So far everything is great except for my custom errors. In my node app I have an error handler that renders a custom 404 and custom ...
Relieve asked 28/2, 2013 at 19:51
0
I have an express app running in my machine. I am even able to run it in production by using node server instead of issnode.
When trying to make it run in iisnode I'm getting the following error ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.