Click here to Skip to main content
15,890,882 members

Comments by Khalid Farhan (Top 4 by date)

Khalid Farhan 6-Mar-14 10:34am View    
Deleted
Configure IIS http://www.iis.net/learn/publish/using-web-deploy/configure-the-web-deployment-handler
Khalid Farhan 6-Mar-14 10:31am View    
Solved by following command…

Configure IIS http://www.iis.net/learn/publish/using-web-deploy/configure-the-web-deployment-handler

C:\Program Files\IIS\Microsoft Web Deploy V3> msdeploy.exe -verb:sync -source:package='E:\Test-MsDeploy\Package\TestProjectA.zip' -dest:auto,wmsvc='https://{IP}:8172/msdeploy.axd?site=Default%20Web%20Site',user‌​Name='******',password='******',includeAcls='False' -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -setParamFile="E:\Test-MsDeploy\Package\TestProjectA.SetParameters.xml" -allowUntrusted
Khalid Farhan 4-Feb-14 3:01am View    
You are welcome.
Khalid Farhan 5-Nov-12 5:10am View    
Would you give detail...What is happening? Use debugging to get is there report file & data getting or not.