blog/running-nodejs-web-apps-on-iis-with-httpplatformhandler/ #8
Replies: 2 comments 3 replies
-
Hey bro, your article really help me out to deploy my first nuxt js app on iis server. Thanks a lot. Could you also explain me how to deploy next js app on iis server using same steps. It would be really appreciable for me. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your article. It was really helpful -- especially the "error message walk-throughs". After a lot of investigation I found out, that it may interfere with the WebDav module, which is also active and needed for an other configuration. The solution I could find was to "remove" the WebDAVModule from the node.js server settings like this:
But this causes an IIS Configuration error: HTTP Error 500.19 - Internal Server Error
The solution for the config error is
|
Beta Was this translation helpful? Give feedback.
-
running-nodejs-web-apps-on-iis-with-httpplatformhandler/
A post about how to create a simple Node.js web app and host it on IIS with HttpPlatformHandler
https://halfblood.pro/running-nodejs-web-apps-on-iis-with-httpplatformhandler/
Beta Was this translation helpful? Give feedback.
All reactions