Hi everyone,
After installing .Net Framework 2.0 sp1 and MSdeploy on a IIS webserver host, i make a test using the following command line:
msdeploy -verb:getDependencies -source:metakey=lm/W3SVC/SiteId when SiteId is any Website Id found on IIS6.
I am getting the message : an item with the same key has already been added ....
with the -debug option i get further information like:
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boo
lean add)
at Microsoft.Web.Deployment.ParseSystemInfo.ParseWebRestrictionList()
at Microsoft.Web.Deployment.GetDependenciesMethod.Invoke(DeploymentObject tar
getObject, Object[] parameters)
at Microsoft.Web.Deployment.DeploymentObject.Invoke(String methodName, Object
[] parameters)
at MSDeploy.MSDeploy.Execute()
at MSDeploy.MSDeploy.Main(String[] args)
the IIS6 server is hosting about 2700 website ...
Any Idea about this?