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
I've node application which has been tested and runs fine. It is built on meteor. Now, I'm trying to run under IISNode but having challenges.
Environment is Windows 2012 R2. Node version is 4.6.2. Meter has a patch for not to do parseInt for named pipe under Windows.
I have set the ApplicationPool to run under 32-bit. Tried Managed Pipeline Mode to Classic and Integrated. Also, tried Identity to ApplicationPoolIdentity and NetworkService.
Kindly, please help me to resolve this issue.
The text was updated successfully, but these errors were encountered:
Following errors comes when try to access application via IISNode.
iisnode encountered an error when processing the request.
HRESULT: 0x2
HTTP status: 500
HTTP subStatus: 1002
HTTP reason: Internal Server Error
I've node application which has been tested and runs fine. It is built on meteor. Now, I'm trying to run under IISNode but having challenges.
Environment is Windows 2012 R2. Node version is 4.6.2. Meter has a patch for not to do parseInt for named pipe under Windows.
I have set the ApplicationPool to run under 32-bit. Tried Managed Pipeline Mode to Classic and Integrated. Also, tried Identity to ApplicationPoolIdentity and NetworkService.
Kindly, please help me to resolve this issue.
The text was updated successfully, but these errors were encountered: