Server Side Blazor Deployment to IIS

I have deployed a Server Side Blazor application using Visual Studio to a Windows Server 2019 on-premise host running IIS. I believe I have followed all the directions and have WebDeploy and DotNet-Hosting-3.1.1 installed on the IIS server. The deployment succeeds but when connecting to the web page it is just a blank screen.

Thanks for any help!
Dave

Check your browser console for errors. There is a log file also that can give more info:

Thanks
My application pool was failing to logon to the remote server. It is now working.