Thanks for the quick answer Yamini,
Actually i ran into some issues already.
Therefore i have a few questions. thanks in advance :)
According your answer, does it mean that webserver60 is sort of predefined variable or something like that.Otherwise it looks like both, dest and source happens on the same server which is ServerOne (iis 6.0) in my case.
msdeploy -verb:migrate -source:webserver60 -dest:webserver60,computername=ServerTwo
I believe that in my case it should be:
msdeploy -verb:migrate -source:http://121.34.122.222 -dest:http://78.38.102.90,computername=ServerTwo
Currently it seems like MSDEPLOY knows my both machines IP's and names. But it doesn't if i am right.
- actually do i need to set computername attribute for the ServerOne as well?
Thank you very much
P.S. this is the most confusing part for me. -source:http://121.34.122.222 is that all i need or there should be provided the name of the server or settings location e.g. lm/w3svc/1 ???