From 1791a21c979ae6b2a8546806d657907bd3ad7751 Mon Sep 17 00:00:00 2001 From: yeya Date: Mon, 8 Jul 2019 17:00:15 +0300 Subject: [PATCH] Update download links to latest release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130404da..f4290a59 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Hosting node.js applications in IIS on Windows **Installing for IIS 7.x/8.x** -- Install iisnode for IIS 7.x/8.x: [x86](https://github.com/azure/iisnode/releases/download/v0.2.21/iisnode-full-v0.2.21-x86.msi) or [x64](https://github.com/azure/iisnode/releases/download/v0.2.21/iisnode-full-v0.2.21-x64.msi) - choose bitness matching your system +- Install iisnode for IIS 7.x/8.x: [x86](https://github.com/azure/iisnode/releases/download/v0.2.26/iisnode-full-v0.2.26-x86.msi) or [x64](https://github.com/azure/iisnode/releases/download/v0.2.21/iisnode-full-v0.2.21-x64.msi) - choose bitness matching your system - To set up samples, from the administrative command prompt call `%programfiles%\iisnode\setupsamples.bat` - Go to `http://localhost/node`