It's just registry stuff.  Open RegEdit, browse to 
HKEY_CURRENT_USER/Software/Allaire/RemoteServers,  and with
RemoteServers highlighted, go to Registry --> Export.  This will save a .reg file, 
which you can run on the new
machine.


--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]


Aidan Whitehall wrote:

> Just did something similar exporting CFMAPPINGS from one machine to another
> (the principle will hopefully work for your situation, too).
>
> BTW, if anyone wants the code for exporting CFMAPPINGS, give me a shout -
> actually, hell, I'll just put it on the DevEx if I can get it to work.
>
> In essence:
>
>  - one template does a CFREGISTRY and picks up all the ColdFusion mappings
>  - outputs the value as a list of lists to a text box
>  - user pastes output into a text file and save on floppy
>  - put templates on destination machine
>  - load template in browser
>  - paste CFMAPPING info from floppy into TEXTAREA
>  - click submit
>  - next template just loops through data, adding mappings as necessary
>
> --
> Aidan Whitehall <[EMAIL PROTECTED]>
> Netshopper UK Ltd
> Advanced Web Solutions & Services
>
> http://www.netshopperuk.com/
> Telephone +44 (01744) 648650
> Fax +44 (01744) 648651
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to