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'm using Windows 10, IIS 10
I installed latest version of iisnode.
On my website, IUSR and IIS_IUSRS have full access but I'm getting this error on running my website:
iisnode encountered an error when processing the request.
HRESULT: 0x2
HTTP status: 500
HTTP subStatus: 1002
HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The node.exe process has not written any information to stderr or iisnode was unable to capture this information. Frequent reason is that the iisnode module is unable to create a log file to capture stdout and stderr output from node.exe. Please check that the identity of the IIS application pool running the node.js application has read and write access permissions to the directory on the server where the node.js application is located. Alternatively you can disable logging by setting system.webServer/iisnode/@loggingEnabled element of web.config to 'false'.
I have the same issue , it has also been found that a detailed page is working , but not the absolute domain
example the domain first page
consoto.com is not working
but consoto.com/index.html -- working
but consoto.com/whatismessed -- working (this will show page not available) but the website will load
I'm using Windows 10, IIS 10
I installed latest version of iisnode.
On my website, IUSR and IIS_IUSRS have full access but I'm getting this error on running my website:
ETW log:
web.config
How can I find the problem !
The text was updated successfully, but these errors were encountered: