Error with IIS Dashboard

So, I stood up a IIS server to run a dashboard, but i am getting an IIS 502.5 error when i try to access it.

This is a clean install, i installed the pre-req as listed here: https://docs.universaldashboard.io/running-dashboards/iis

I also have the Application Pool running as a domain user as it does use AD Powershell Commandlets.

Not really sure what i should be providing to help diagnose this. Any help would be appreciated.

You can look in Event Viewer and it might have some more information.

Make sure that you are calling Start-UDDashboard and including the -Wait parameter.

So, i managed to figure out this issue! Turns out .Net 4.7.2 didn’t get installed. Guess I had forgotten to install that.

Though i am running into another issue, but I’ll open a new topic for that