← Go back
Exporting the IIS-Configuration
- Open cmd.exe.
- Navigate to %windir%\system32\inetsrv\.
- Execute following command to back up configuration:
appcmd.exe add backup <backupname>.
- Open the %windir%\system32\inetsrv\backup directory and copy the backup folder to a local folder.
Import the IIS-Configuration
- Open the local folder and copy the backup folder to the %windir%\system32\inetsrv\backup directory.
- Execute following command to import the configuration:
appcmd.exe restore backup <backupname>