How do I clone an IIS 5 Website to another Server?
March 7, 2007 5:00 AM   Subscribe

Does anybody know if it is possible to clone an Microsoft IIS 5 website to another webserver running IIS 5? I understand how to copy the files and permissions to another server but how do I copy the information contained in the metabase such as virtual directories and directory settings?
posted by LMG to Computers & Internet (2 answers total) 2 users marked this as a favorite
 
Use metaback.vbs.

It's not hard, look it up on the MS website. You will find instructions
posted by MCTDavid at 6:08 AM on March 7, 2007


Go here and download wget:

http://wget.sunsite.dk/download.shtml


From your target server:

wget -r http://wherever.com
posted by cmdnc0 at 12:16 PM on March 8, 2007


« Older A bad ear for color   |   Coping with injury to dominant hand Newer »
This thread is closed to new comments.