Setup RAWeb Web Interface - kimmknight/raweb GitHub Wiki
This will guide you through setting up RAWeb on the default web site in IIS on Win 8. Steps may vary slightly between operating systems.
The guide assumes that IIS is not already installed.
If you can't find it, just click the start menu and type Programs and Features.
Click the box next to Internet Information Services.
Expand Internet Information Services > World Wide Web Services > Application Development Features.
Click the box next to ASP.
Overwrite files if prompted.
7. Browse to http://localhost/
You should see RAWeb with a Test Application.
For each RemoteApp you want published on the page, save it's RDP file into c:\inetpub\wwwroot\rdp
If you want a custom image displayed for an app, put a PNG image file into c:\inetpub\wwwroot\png with the same name as the rdp file.
For example: Outlook2010.rdp would need an image called Outlook2010.png. Images will display at 64x64 pixels.