IIS 7 : Import – Export d'un site

C’était trop simple sous IIS 6…
Pour exporter un site :
C:WindowsSystem32inetsrvappcmd list site /name:SITENAME /config /xml > OUTPUT.xml
Pour importer un site :
appcmd add sites /in < OUTPUT.xml
Attention à bien éditer le fichier XML et modifier certains informations relatives au serveur cible (IP, Site ID…)
Source