Running Node.JS on Windows IIS - xerocrypt/Misc GitHub Wiki
Install Node.js (Again)
This time install the Node.JS EXE in C:\node.
Install iisnode
The url rewrite module is required. http://www.iis.net/downloads/microsoft/url-rewrite https://github.com/Azure/iisnode
Installing Additional Packages
Navigate to the Web application directory in the cmd.exe (as system administrator) and enter the 'npm install package
' command.