Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 606 Bytes

section40.2.md

File metadata and controls

12 lines (9 loc) · 606 Bytes

Section 40.2: Getting Started

IISNode does have a few requirements before you can host your Node.js app in IIS.

Requirements

  • Node.js must be installed on the IIS host, 32-bit or 64-bit, either are supported.
  • IISNode installed x86 or x64, this should match the bitness of your IIS Host.
  • The Microsoft URL-Rewrite Module for IIS installed on your IIS host.
    • This is key, otherwise requests to your Node.js app won't function as expected.
  • A Web.config in the root folder of your Node.js app.
  • IISNode configuration via an iisnode.yml file or an element within your Web.config .