Hi,
I m looking for a command equivalent at iiscnfg.vbs under IIS6. i have read that i must used msdeploy but i don t know this command. I believe that command it s to migrate IIS6 to IIS7.
I would like just a command to import the settings of my file xml in IIS7
My old command: iiscnfg.vbs /import /f file.xml /sp / /dp / /children /merge
Someone know, the way to do the same thing ?
Thx
My file.xml:
<?xml version ="1.0"?>
<configuration xmlns="urn:microsoft-catalog:XML_Metabase_V54_0">
<MBProperty>
<IIS_Global Location ="."
SessionKey="496353...47f22"
>
</IIS_Global>
<IIS_ROOT Location ="/"
AdminACL="49634...f956c3eb11a01b"
>
</IIS_ROOT>
<IIsComputer Location ="/LM"
EnableEditWhileRunning="0"
EnableHistory="1"
MaxBandwidth="4294967295"
MaxHistoryFiles="10"
>
</IIsComputer>
<IIsConfigObject Location ="/LM/IISADMIN"
>
</IIsConfigObject>
<IIsConfigObject Location ="/LM/IISADMIN/EXTENSIONS"
>
</IIsConfigObject>
<IIsConfigObject Location ="/LM/IISADMIN/EXTENSIONS/DCOMCLSIDS"
>
<Custom
Name="MD_IISADMIN_EXTENSIONS"
ID="1028"
Value="{61738644-F196-11D0-9953-00C04FD919C1}"
Type="MULTISZ"
.....