There is a project iisnode, that helps you to host nodejs application under IIS.
Refer: https://github.com/Azure/iisnode
https://tomasz.janczuk.org/2011/08/hosting-nodejs-applications-in-iis-on.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Using VS 2022, I created a "Basic Azure Node.js Express 4 Application - JavaScript" project.
If I created just a "Basic Node.js Express 4 Application - JavaScript" project (note - no "Azure" in the name) then its missing the web.config file and maybe some other things that might be interesting.
So my question is, can I deploy the "Basic Azure Node.js Express 4 Application - JavaScript" project to IIS? I will not be using Azure.
Thank you
There is a project iisnode, that helps you to host nodejs application under IIS.
Refer: https://github.com/Azure/iisnode
https://tomasz.janczuk.org/2011/08/hosting-nodejs-applications-in-iis-on.html