Smart Grid Applications Overview > Responder Overview > Implement Responder > Configure Responder > Client Machine > Responder Explorer Configuration |
Version: 10.1 |
The Responder Explorer configuration file (Miner.Responder.Explorer.exe.config) is an XML file that must be edited on each client machine. Configure this file for any client machine that accesses Responder. This file is located in the Miner and Miner\Responder\Client folder. 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).
Do not edit XML files using a word processing program such as WordPad or Microsoft Word as it may corrupt your configuration file. |
Copy Code
|
|
---|---|
<channels> <channel ref="msmq" isServer="false" ComputerName="ServerName" /> </channels> |