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
The x64 installer of iisnode is now installing both 64 and 32 bit versions of iisnode. They are installed in %programfiles%\iisnode and %programfiles (x86)%\iisnode, respectively. The choice of the iisnode version at runtime is dictated by the bitness of the IIS worker process, which is controlled with the Application Pool settings:
The correct version of iisnode should be picked up based on the bitness of the IIS worker process.
The text was updated successfully, but these errors were encountered: