I have 6 web sites in IIS with applications. How would I midgrate applications inside of web sites and the associated application pool?
I tried using
msdeploy -verb:sync -source:appPoolConfig:=/LM/W3SVC/714808345/Root/_layouts dest:archivedir=c:\site3archive
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:sync -source:appPoolCon
fig=/LM/W3SVC/714808345/Root/_layouts -dest:archivedir=c:\site3archive
But it returns the following error
Fatal: Object of type 'appPoolConfig' and path '/LM/W3SVC/714808345/Root/_layou
ts' cannot be created
Fatal: Unable to access the IIS configuration system. Please make sure you have
IIS 7.0 (or higher) installed.
Fatal: Retrieving the COM class factory for component with CLSID {2B72133B-3F5B
-4602-8952-803546CE3344} failed due to the following error: 80040154.
Fatal count: 1