I use windows server and ı want to deploy my app on it. Thanks to ııs ı deploy it but ı want to close Terminal or Vscode how can ı do it ?
Asked
Active
Viewed 238 times
0
-
Typical Node.js based web apps can all be hosted on IIS via HttpPlatformHandler, https://halfblood.pro/running-nodejs-web-apps-on-iis-with-httpplatformhandler/ – Lex Li Jan 30 '23 at 16:54
-
Okey but, ı want to run it with terminal but when ı close the terminal the program will not be close. this is what ı want . – Kubilay Jan 31 '23 at 05:42
-
What does terminal refer to? If nextjs is successfully published to iis, closing vscode will have no effect on the running of the application. – samwu Jan 31 '23 at 06:24
-
@samwu it's just work for "node server.js" – Kubilay Jan 31 '23 at 15:21
-
Then you only need to publish it to iis, closing the terminal and vscode will not affect its running, you can refer to this link on how to deploy to iis: [https://stackoverflow.com/a/54163476/13336642](https://stackoverflow.com/a/54163476/13336642). – samwu Feb 01 '23 at 09:49