Configure WebRemoting.config

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:
          <channel type="Miner.Responder.Shared.Channels.MSMQ.MSMQChannel, Miner.Responder.Shared"
            ComputerName="." />
  3. 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 leave the local machine using "." as the ComputerName, which is the default value.
  4. Save and close WebRemoting.config.
  5. Restart IIS.
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?