Migrate from IIS7 to IIS7

No Comments

log into the originating server, open a command prompt and run:

cd %windir%\system32\inetsrv

appcmd add backup backupname

Then copy over %windir%\system32\inetsrv\backup\backupname from the originating server to the server you’re migrating too.

on the ending server open up a command prompt and run:

cd %windir%\system32\inetsrv

appcmd restore backupname

Then update any IPs/file paths in IIS.