Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 770 Bytes

File metadata and controls

28 lines (23 loc) · 770 Bytes

iis_express

Usage

  • Environment Install

    • Install Node & Git
    • Install IIS URL Rewrite extension (may need to restart the server)
    • Install iisnode
      • verification: run %programfiles%\iisnode\setupsamples.bat to setup samples.Then visit http://localhost/node
  • Use

    • clone
    $ git clone https://github.com/cycdpoCodeLab/iis_express.git
    • Install dependencies
    # via npm
    $ npm install
    
    # or via yarn
    $ yarn install
    • IIS Configuration
      • add application iis_express. Set physical path.
      • verification: http://localhost/iis_express/api/app
  • enjoy!