How to back up the IIS 7 Configuration
How to back up the IIS 7 Configuration
Remember it used to be called a metabase?Open a command prompt with Run as Administrator then
cd to %windir%\system32\inetsrv.
appcmd add backup.
The system will name it for you by using a date, time format and pop it in %windir%\system32\inetsrv\backup.
Done.
Comments
Post a Comment