IIS7 Backup Restore UI
Windows This is a Community Contributed Download
Category | Manage |
---|---|
License | Free |
Supported by | N/A |
Works With | IIS 7 |
Documentation | IIS7 Backup Restore UI Documentation |
Updated on | July 27, 2009 |
Uploaded by | rakkimk |
Overview
This is a UI way for the below appcmd commands: appcmd add backup "backupname" appcmd restore backup "backupname"
Features
Gives an UI for the Backup/Restore functionality. It would ONLY take backups if the configuration store is local (shared configuration is not supported as of now).
Local - your applicationHost.config and other files are present in %WinDir%\system32\inetsrv\config folder
Benefits
UI for the backup / restore of IIS7 Configuration.
Requirements
To add this module in your IIS 7 manager follow the below steps:
- Download the zip file containing the IIS7BackupRestoreUI.dll from https://cid-d51bd0fea1143bbd.skydrive.live.com/self.aspx/MSDNBlogAttachments/iBackupIIS7/IIS7BackupRestoreUI.zip.
- From inetsrv folder Drag and Drop the IIS7BackupRestore.dll into the Global Assembly Cache (C:\Windows\assembly) or use GacUtil -i IIS7BackupRestore.dll to install it to the GAC.
- Under File Menu, browse for the file %WinDir%\System32\InetSrv\config\Administration.config.
- Search for the <moduleProviders> section and add the following
<add name="IIS7BackupRestoreUI" type="IIS7BackupRestoreUI.MyModuleProvider, IIS7BackupRestoreUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db9daa3d2ea5f6fd" />
- Search for the <modules> section and add the following
<add name="IIS7BackupRestoreUI" />
- Open Inetmgr and You will see the module listed in your IIS 7 Manager if you would’ve followed the above steps properly.