I'm new to .net core and angular. I made a simple app and was looking for a decent guide on how to deploy it to IIS. I'm using .net core 2.2 and angular 7.
Most of what I could find is describing the deployment steps for pure angular applications. I tried to run dotnet publish on a solution and then point IIS to the output, but with no luck. I also tried to move the content of ClientApp\dist folder to the wwwroot folder, but there was no positive effect.
I believe there is something that should be done with index.html or web.config file.
Does anyone knows where to find a working step by step guide, or maybe could share their experience on how to make this work?
Thank's in advance!