Configuring the Ad Hoc Transfer Module
  1. Browse to the install directory for the AHT web interface on both nodes. The default path is:
    • Windows (32-bit) - C:\Program Files\Ipswitch\Ad Hoc Transfer\AHT
    • Windows (64-bit) - C:\Program Files (x86)\Ipswitch\Ad Hoc Transfer\AHT
  2. On both nodes, create a backup of web.config before making any changes. You can revert to these backups if something breaks during configuration.
  3. On both nodes, open web.config in a text editor such as Notepad.
  4. On both nodes, locate the line that reads:

    <add key="AHTDownloadURL_MachineName" value="localmachine.ipswitch.com"></add>

    ... where localmachine.ipswitch.com is the machine name of the node.

  5. Replace each node's machine name in that line with the name of the cluster. This will allow users access to AHT in the event of a failover. For example:

    <add key="AHTDownloadURL_MachineName" value="clustername.ipswitch.com"</add>

  6. Locate the machinekey XML node. It should look like:

    <machineKey
    validationKey="EA96C95FA2197D5500FF83F240A255F6C99C8120"
    decryptionKey="333D48BBCB70C5B3E9555FF438DFAB442924168CAB886EBA3096B14106681850"
    validation="SHA1"
    decryption="AES"
    />

  7. Copy each of these lines (the entire XML node, from <machineKey to />) from web.config on Node 1 to web.config on Node 2.
  8. If you make any other changes to web.config, ensure that you make them on both nodes.
  9. Once you are finished making changes, save web.config on both nodes.
  10. Restart the website in IIS on both nodes for the changes to take effect.