← Go back

Exporting the IIS-Configuration

  1. Open cmd.exe.
  2. Navigate to %windir%\system32\inetsrv\.
  3. Execute following command to back up configuration:

    appcmd.exe add backup <backupname>.

  4. Open the %windir%\system32\inetsrv\backup directory and copy the backup folder to a local folder.

Import the IIS-Configuration

  1. Open the local folder and copy the backup folder to the %windir%\system32\inetsrv\backup directory.
  2. Execute following command to import the configuration:

    appcmd.exe restore backup <backupname>