iisnode
iisnode copied to clipboard
The iisnode module is unable to start the node.exe process.
SETUP...
- Windows 2012
- Plesk Control Panel
- Multiple sites/sub-domains
- NodeJs app under
. .com/api
It seems that iisnode module just cant find node.exe to service my requests..
Note: running node fro command prompt works as expected...so there is entry in the PATH variable.
My main app in angular api calls returns the following error
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 this same issue. Anybody with a resolution ??
I've had the same issue then I found out this article, it solved my problem.
any update on this?
I had the same problem, Restarted the WAS using below command and it got fixed!
Run this as administrator in cmd
net stop was /y & net start w3svc