C:\Program Files\Progress\WS_FTP Server\Ad Hoc Transfer\AHT
C:\Program Files (x86)\Progress\WS_FTP Server\Ad Hoc Transfer\AHT
web.config
before making any changes. You can revert to these backups if something breaks during configuration.web.config
in a text editor such as Notepad.<add key="AHTDownloadURL_MachineName" value="localmachine.progress.com"></add>
... where localmachine.progress.com
is the machine name of the node.
<add key="AHTDownloadURL_MachineName" value="clustername.progress.com"</add>
<machineKey
validationKey="EA96C95FA2197D5500FF83F240A255F6C99C8120"
decryptionKey="333D48BBCB70C5B3E9555FF438DFAB442924168CAB886EBA3096B14106681850"
validation="SHA1"
decryption="AES"
/>
<machineKey
to />
) from web.config
on Node 1 to web.config
on Node 2.web.config
, ensure that you make them on both nodes.web.config
on both nodes.
See Also |