iisnode icon indicating copy to clipboard operation
iisnode copied to clipboard

Hosting node.js applications in IIS on Windows

Results 109 iisnode issues
Sort by recently updated
recently updated
newest added

Hi @tjanczuk! We've started using iisnode at LeanKit and are pretty excited about how it's bridging our .NET and node work. I think we've discovered a problem, however. We're using...

Hey guys, Created a new website in IIS located here: C:\dev\officerdio\source With its own application pool. Set NETWORK SERVICE, IIS_IUSRS, and IUSR as having the appropriate permissions on that directory....

We're having an issue where iisnode is taking requests after node has started but before our application is listening. Because of this, there's a small period of time where iis...

A potential solution to the issue firefox has where it sends both 'keep-alive' and 'upgrade' in the connection header (see https://github.com/tjanczuk/iisnode/issues/497) I don't have much experience with C++ or the...

I am using your IIS Node component to run NodeJS on my IIS server. I have set the "nodeProcessCommandLine" parameter to "node.exe --inspect", so this way I could set up...

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:...

We are constantly getting below error on our SSO site. iisnode encountered an error when processing the request. HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server...

Hello, Several weeks ago my iisnode app started crashing and throwing the following errors: `Error: read ECONNRESET at _errnoException (util.js:992:11) at TCP.onread (net.js:618:25)` This is an ongoing work in progress,...

On azure app service from one point my application stopped logging anything. In the diagnostic dump I found a file which says: Fri Mar 02 2018 03:38:51 GMT+0100 (W. Europe...