Relative Content

Tag Archive for c#asp.net-web-apivisual-studio-2022windows-serveriis-10

ASP.NET Core 8.0 Web API on IIS 10 – 404 Not Found

I recently published a .NET 8 Web API to IIS Windows server. At first I was getting errors showing “Failed to Load ASP.NET runtime”, which I resolved by installing ASP.NET Core Runtime 8.0.5 Windows Hosting Bundle. Then the API seemed to be working fine.