I have installed iisnode x64 and nodejs x32 though the msi installers, which resulted in node.is being installed in
c:\program files (x86)\nodejs
It has successfully installed itself in the PATH env var. Running "node" from the command line works everywhere. It does not work from IIS though, as it presents this message:
The iisnode module is unable to start the node.exe process. Make sure the node.exe executable is available at the location specified in the system.webServer/iisnode/@nodeProcessCommandLine element of web.config. By default node.exe is expected in one of the directories listed in the PATH environment variable.
I have tried the advice from this blog - i.e. setting the path manually in web.config. This did not help. I've also tried reinstalling node.
Any tips?