Issue:
Getting the following error message after deploying a Blazor web app from a new development computer
HTTP Error 500.30 - ASP.NET Core app failed to start
Resolution:
Update “Self Signed Certificate” to Blazor web app and web app server config.
Need to create a new self signed certificate on development computer, upload to Azure web app. Then update the self signed certificate section of Blazor web app and web app server config “WEBSITE_LOAD_CERTIFICATES”.
Comments