I've made a simple ASP.NET Core website based on tutorial on asp.net website here.
Now, I'd like to publish it on my other machine on the IIS.
I've followed the instructions on this site but I just can't get it working...
I keep getting 500 Internal server error
Based on the logs in Event Viewer this is the culprit:
Failed to start process with the commandline 'dotnet .\MyWebApp.dll'. Error code = '0x80004005'.
Can anyone please help me?