[Vuejs]-Digging deeper into running .NET Core apps on IIS

0👍

Here’s what I did find, in case anyone is reading this.

I needed to take a close look at the web.config that was being generated by the dotnet publish command, that’s sort of where the magic is happening/what IIS is looking at.

After that, I needed to install the .NET Core hosting bundle on the server IIS was running on.

Leave a comment