Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Fine, you got me, how do I run node.js on Windows?
  2.  
  3. I'm assuming you are running IIS7.
  4.  
  5. Go download node.exe, and put it in c:\node
  6. Go download a build of iisnode.
  7. Unzip iisnode's zip into \inetpub\iisnode
  8. (that was my idea, not sure if it's the best place)
  9. From an Administrator Command Line, run install.bat.
  10.  
  11. The install.bat will:
  12.  
  13. unregister existing "iisnode" global module from your installation of IIS if such registration exists
  14. register iisnode as a native module with your installation of IIS
  15. install configuration schema for the "iisnode" module
  16. remove existing "iisnode" section from system.webServer section group in applicationHost.config
  17. add the "iisnode" section within the system.webServer section group in applicationHost.config
  18. delete the iisnode web application if it exists
  19. add a new site iisnode to IIS
  20.  
  21. No warranties! Be careful, you're living on the edge. Remember
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement