Tag: iis
-
Set IIS Site-Scoped Environment Variables for ASP.NET Core Applications
How to configure per-site environment variables in IIS that survive Web Deploy publishes. Covers appcmd, IIS Manager, and PowerShell. Includes real-world ASP.NET Core example.
-
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…