ASP.NET 2.0 Version of Relay page: First place the folder Relay onto your server. In the IIS Manger: Find the folder containing the Relay.aspx file Right click the folder Relay Select properties Click the Create button to create an application name select the application pool appropriate for your server. Set Execute Permissions to scripts only On the ASP.NET tab(if applicable) select .NET 2.0 NOTE if your server only has .NET 1.1 installed you will need to install .NET 2.0 PHP version of Relay: Place relay.php into a folder on your server. Places the file in the curlemu folder into the same folder on your server. Ensure this folder is setup to execue PHP page Player setup: Now copy the player folder into your server. Navigate to the Scripts directory Edit the Config.js file and set the appropriate options. For TRAIN Production: this.webServiceUrl = "https://webservices.train.org/ScormBridge/Communicator.asmx"; For TRAIN Staging: this.webServiceUrl = "http://demo.train.org/ScormBridge/Communicator.asmx"; This must be set to true: this.useProxy = true; This must be set to the url where the Relay.ASPX page is located on your server: this.proxyUrl = "http://domain.com/path/to/Relay.aspx"; This specifies the error message HTML to dispaly to end users when issues are encountered: this.unavailable To edit colors for the navigation pane display edit the this.colorX variables. To change the logo displayed in the navigation pane replace images/logo.gif with an image of the same size.