Configuring Responder/Smart Grid
Configure WebRemoting.config

Version: 10.1

Resource Center Home

The web configuration file (WebRemoting.config) is an XML file that must be configured to work with Responder Data Services. You may edit the file by opening it in an XML application (such as XML Spy) or by opening it in a simple text editing program (such as Notepad). After modifying WebRemoting.config, be sure to restart IIS.

You will look for specific XML tags and then edit the properties contained within those tags. Follow the steps outlined below.

  1. Open WebRemoting.config. By default this file is installed here: C:\Inetpub\wwwroot\Responder\WebRemoting.config.
  2. Look for the following XML:
Copy Code
      <channel type="Miner.Responder.Shared.Channels.MSMQ.MSMQChannel, Miner.Responder.Shared"
         ComputerName="ServerName" />
  1. Modify the ComputerName attribute to be set to the name of the machine that hosts the Responder server. If you have Responder Server and the web browser installed on the same machine, you can indicate the local machine using "." as the ComputerName value (e.g., ComputerName=".").
  2. Save and close WebRemoting.config.
  3. Restart IIS.

 


Send Comment to documentation@schneider-electric.com