I\'ve got a .net core API created in Visual Studio 2017 that\'s working fine. When I go to deploy it I get error message HTTP Error 500.19 with error code 0x8007000d. I\'v
You would need the hosting bundle to be installed on IIS
https://dotnet.microsoft.com/download/dotnet-core
Steps :
Why Hosting bundle is needed? Check following article https://dotnetcoretutorials.com/2019/12/23/hosting-an-asp-net-core-web-application-in-iis/
How to check if hosting is installed? How to determine if asp.net core has been installed on a windows server