There are several virtual folders with url redirects within my site. When a sync or getdependencies is tried an error is generated. how do I get past this?
D:\Microsoft Web Deploy>msdeploy -verb:sync -source:metakey=lm/w3svc/103 -dest:archivedir=d:\ted -verbose
Informational: The dependency check 'IisVersion' found no issues
Informational: The dependency check 'Iis5IsolationMode' found no issues
Informational: The dependency check 'IIS7SourceUsingMetabase' found no issues
Informational: The dependency check 'ConfigRedirection' found no issues
Informational: The dependency check 'InUseDependency' found no issues
Informational: The dependency check 'InstalledComponent' found no issues
Fatal: File system path 'https://www.domainname.com/foldername' in not valid. O
nly absolute paths are supported.
Change count: 0
Fatal count: 1
D:\Microsoft Web Deploy>msdeploy -verb:getdependencies -source:metakey=lm/w3svc/103 -verbose
File system path 'https://www.domainname.com/foldername' in not valid. Only absolute paths are supported.
D:\Microsoft Web Deploy>