Unable to view RemoteApp in RDWeb
Language: English
Fun little issue that i had today, doing a installation of a RemoteApp on a new Windows Server 2019.
I had a problem where my RDWeb didn’t show any application once logged in. Luckily i had one RemoteApp server that already worked without any problems so i started compared things and ended up looking into the IIS
In the IIS I found that when you browse Sites > Default Web Site > RDWeb and select “Application Settings”
There is a setting called “radmcserver” this service should contain the FQDN of the connection broker, in my case it was empty.
So in the value enter the FQDN (myserver.mydomain.com) and click OK, after open a command prompt (as administrator) and do a “iisreset”
Once it has completed refresh the RDWeb and you should now see the RemoteApps
Why it didn’t was in the “radmcserver” from the start I’m not sure about, I do remember that we had problem, first and had to reboot the Windows Server before we could continue.