Hello,
Your release is just fantastic. I am not very competent when it comes to Node, but I was wondering if I could get any assistance to try and run Heroic through IIS - more specifically, what js file I should point to in the web.config.
Thank you very much in advance and apologies for the necroposting(?).
You don't need to use IIS, you should try and use NGINX but node is fully capable of running standalone without any web server (though highly not recommended in production), but if you absolutely must use IIS follow this tutorial:You must be registered for see links
Change the port in config.json to something other than 80, so you can have IIS running on port 80 instead, and set the proxy port to the one you defined in your config.json