I'm probably not providing enough information here considering i'm a super noob when it comes to IIS, but here's what's going on.
So I followed this tutorial for installing IISNode by basically just doing the following lines:
1. Install iisnode for IIS 7.x/8.x: x86 or x64 - choose bitness matching your system
2. To set up samples, from the administrative command prompt call %programfiles%\iisnode\setupsamples.bat
3. Go to http://localhost/node
I installed the x64 version.
But when i try to go to http://localhost/node
, this HTTP error appears:
Here's what my IIS manager looks like (not sure if this is helpful or not):
Any idea what could be going on here? Did I forget to download something? Am i not running something I should be? Any help appreciated.