I am using a bat file which is inside a folder with my zip file
my bat file contains
"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy" - source:package="Release_2060.zip" -setParam:'IIS Web Application Name'='MyappsName' -dest:auto -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectName=dirPath,absolutePath="Config/*"
I am executing the file as a administrator and i keep getting this error
Unrecognized argument 'IIS Web Application Name'
Any ideas?Thanks