Tag: iis
-
HTTP Error 500.30 – ASP.NET Core App Failed to Start on IIS: Simple Things to Check First
I recently hit this error after migrating an application from classic ASP.NET (.NET Framework) to ASP.NET Core on IIS. Instead of loading the site, IIS displayed the dreaded: HTTP Error 500.30 – ASP.NET Core app failed to start The page listed the usual Microsoft suggestions: Along with the standard troubleshooting advice: While all of these…