Deploy strapi on an iis website manually

Hi,

I am very new to node.js and strapi
I would like to do something very simple,
and need help.
I would like to deploy to a server (an iis website i created) the strapi admin.
I manages to build the project, it created a “dist” folder,
but i do not know how to transfer it to work from the iis website i created manually and cant seem to find a documentation for that.

thanks in advance.

Still need to RUN the server.
So you need to use NODE to start the strapi application and run it
This is very old but the same idea applies

You need a reverse proxy pointing to your strapi instance and technically strapi just runs with yarn start or npm run start