Chi ha installato Windows Server 2008 RC0, si è accorto che all'interno di IIS7 non esiste la possibilità di riavviare i servizi. Questa operazione è possibile solo dalla console dei servizi o tramite riga di comando. Da oggi è disponibile una dll che abilita questa funzione, direttamente dalla MMC di IIS, direttamente da questo link.
Queste sono invece le operazioni da fare per registrare la dll:
- 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 section and add the following
- Search for the section and add the following
Open Inetmgr and You will see the module listed in your IIS 7 Manager if you would’ve followed the above steps properly.
Ciao ciao
S