I am still unable to get my Blazor app to work. As suggested, I built a sample app to test with and see the same issues. Symptoms are pretty basic:
HTTP Error 503. The service is unavailable.
I have reviewed my App Pools and the associated identity, all is good. I have uninstalled and reinstalled the Web Server and reinstalled the Runtime Bundle. I have scoured the Event Log for errors and all I might see if I am lucky is a vague reference to an Unhealthy ISAPI process.
I have resolved all my DBCOntext lifetime issues, and the sample project does not even touch Entity Framework, it is the stock Blazor app you get when you create a fresh Blazor project.
I have tried to telnet into the app, it fails.
I can remove the entire folder contents and replace it with a default.htm file and see the file rendered if I browse to the site. If I put back the simple test app I get the 503 service unavailable error. I have been trying to get this app deployed for more than a week now with absolutely no success. How do I publish Blazor apps that work? What do I need to do to debug the app when it is not even making it to the page?
I have done all the things suggested in my initial post here. Nothing is working.