Aller au contenu

Colorseeds

dev things

Articles récents

  • Which DLL are used by a process ?
  • Clap de fin pour Nantes en Direct…
  • Create a link that initiates a Nintex Workflow associated to a Document Set
  • SharePoint : How to filter an external data XsltListViewWebPart in SharePoint Designer ?
  • SharePoint 2013 : How to repair a broken Search component at low cost

Étiquette : IIS7

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

Publié le 9 juillet 2012Auteur olivierCatégories AdministrationMots-clés Appcmd, export, IIS7, import
Fièrement propulsé par WordPress