-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-21-2009, 6:03 AM
Hi
I have a folder named MySite, containing number of folders and larg number of .htm and .asp files, and same folder in remore server, I want to synchrize only .asp files with correspondent files on remote server, How can it be done? in short, is it possible to exclude folders or certain extensions from ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-21-2009, 2:55 AM
As you said the problem was the computername, now it works. Thank you verrrrry much for your help.
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-21-2009, 12:10 AM
Here is the stack trace:
msdeploy -verb:sync -source:metakey=lm /w3svc/1 -dest:metakey=lm/w3svc/1,computername=pnt-mahdi,username=mol-dom\momazi a,password=Di5gui$eD -debug
Microsoft.Web.Deployment.DeploymentException: Request to remote agent URL 'http: //pnt-mahdi/MSDEPLOYAGENTSERVICE' failed. ---> System.Net.WebException: The unde ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-20-2009, 11:02 PM
I have also tried whithout prefix \\, and result is still error as follow:
msdeploy -verb:sync -source:metakey=lm
/w3svc/1 -dest:metakey=lm/w3svc/1,computername=pnt-mahdi,username=mol-dom\momazia,password=Di5gui$eD
Error: Request to remote agent URL 'http://pnt-mahdi/MSDEPLOYAGENTSERVICE' fail
ed.
Error: The underlying ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-20-2009, 5:07 AM
I am using 2 networked PC on the same domain equipped by IIS 5.1 and web development tools and remote service is running on both computers.
Its couple of days I am trying to get some of the synchnorization command into work but I have failed such as folloin two commands:
msdeploy -verb:sync -source:metakey=lm/w3svc/1 ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-16-2009, 5:23 AM
HI
When I try to start "Web deployment agent service" in services.msc(windows XP), it will fail to start. How can I get it run?
(I installed the web deployment tool using graphical interface so configration is on default, and I am running IIS as well, can it be possibly because of port no confliction, If so how it can be ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-15-2009, 10:37 PM
Hello, I have run the "Web Deployment Agent Service" on the other PC, but I still can not run the command, can you help me with that?. Here is the stack trace: Thanks alot for your help.
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy.exe -verb:sync -source:conten
tPath=C:\kia\default.htm ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-15-2009, 6:53 AM
Hello everyone,
I am trying to execute following command to copy a file from my pc to the other
msdeploy.exe -verb:sync -source:contentPath="C:\kia\default.htm",includeacls=true -dest:contentPath="C:\kia\default.htm",computername=PNT-MAHDI, username=Usern,password=pass
I checked all the data and syntax every ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-15-2009, 2:53 AM
hi, thanks for your reply, I have tried the command you have given and other similar commands but all the times an arror raised:
Error: Object of type 'metaKey' and path 'default Web Site' cannot be created
Error: The metabase key '/default Web Site' could not be found.
Error: Access is denied. (Exception ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
raskado
on
07-15-2009, 2:37 AM
Hello,
I am using 2 PCs(on LAN) with OS:windows XP equipped by IIS 5.1 and I installed Web Deployment tools, I want to deploy ASP files from one to the other, but I dont know how to do?
Can you please help me to do that or any hint?
Thank you very much