You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,8 +31,8 @@ Hosting node.js applications in IIS on Windows
31
31
32
32
**Installing for IIS 7.x/8.x**
33
33
34
-
- Install iisnode for IIS 7.x/8.x: [x86](http://go.microsoft.com/?linkid=9784330) or [x64](http://go.microsoft.com/?linkid=9784331) - choose bitness matching your system
35
-
- To set up samples, from the administrative command prompt call `%programfiles%\iisnode\setupsamples.bat`
34
+
- Install iisnode for IIS 7.x/8.x: [x86](https://github.com/tjanczuk/iisnode/releases/download/v0.2.11/iisnode-full-v0.2.11-x86.msi) or [x64](https://github.com/tjanczuk/iisnode/releases/download/v0.2.11/iisnode-full-v0.2.11-x64.msi) - choose bitness matching your system
35
+
- To set up samples, from the administrative command prompt call `%programfiles%\iisnode\setupsamples.bat`
36
36
- Go to `http://localhost/node`
37
37
38
38
**Installing for IIS Express/WebMatrix**
@@ -43,20 +43,20 @@ Hosting node.js applications in IIS on Windows
@@ -67,15 +67,15 @@ Hosting node.js applications in IIS on Windows
67
67
68
68
**Building**
69
69
70
-
Build commands should be issued from the build environment set up with `"%programfiles(x86)\Microsoft Visual Studio 11.0\Common7\Tools\VsDevCmd.bat"`, assuming default installation location of Visual Studio 2012 on x64 platform.
70
+
Build commands should be issued from the build environment set up with `"%programfiles(x86)%\Microsoft Visual Studio 11.0\Common7\Tools\VsDevCmd.bat"`, assuming default installation location of Visual Studio 2012 on x64 platform.
0 commit comments