I'm learning how to deploy a MS Core web app. I wrote a one liner and simply used VS2019 to publish it to a folder.
The contents of the folder include an executable, and some DLLs, and some json.
So if I plop this folder on the top level of an IIS server, how will be run? If I run the executable, it only opens a dos command box, and outputs a message.
So how does it work?
I didn't set up the IIS side. My boss did, and it supports .NET framework 4.8. I can deploy classic aspx files and run them just fine, but not Core.
I've always been confused on how IIS runs a Core app.
I'm that ignorant!!!
How does it work?