-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-22-2009, 5:17 PM
The WhatIF flag throws the error.
BUT
It actually works! thanks Katerina!
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-22-2009, 11:38 AM
-dependencyFailureLevel:off did not work for me, i get the same error again.
I get the same error:
Error: The AppPoolNotFound dependency check found the AppPool 'xxxx' to be in use by the source data but not defined in source data or on the desti
nation machine. Applications referencing this app pool will have ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-19-2009, 3:03 PM
any cookies for me :)
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 4:37 PM
Thanks, I did install it on my Server now.
my source & destination are both same...its is my server which I am trying to access it remotely.
I tried to copy the files from ONE folder to another, and was successful with the following :
msdeploy -verb:sync -source:dirpath=C:\xxxxx\7-8,computerName=\\server-002 ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 3:30 PM
do we have to install MSDEPLOY on the remote server to use it as a Source/Destination.
Following is the detailed error I receive :
Error: The AppPoolNotFound dependency check found the AppPool '7-8' to be in us
e by the source data but not defined in source data or on the destination machin
e. Applications ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 3:29 PM
do we have to install MSDEPLOY on the remote server to use it as a Source/Destination.
Following is the detailed error I receive :
Error: The AppPoolNotFound dependency check found the AppPool '7-8' to be in us
e by the source data but not defined in source data or on the destination machin
e. Applications ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 12:55 PM
What I am trying to achive is:
Create a new website from an original website. The new website is an empty folder right now, with an appPool & website created in the IIS.
The old site has all the files & appPool & website created on the same Server
-----------------------
The app pool dependencies are below.
C:\Program Files ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 12:51 PM
Bad luck to me. I get the following error
--------------------------
Error: The AppPoolNotFound dependency check found the AppPool '7-8' to be in us
e by the source data but not defined in source data or on the destination machin
e. Applications referencing this app pool will have configuration issues.
Error: ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 12:35 PM
Thanks Katerina on ur suggestion to create the manifest file.
I am now running the command, let me update this after everthing goes smoothly.
thanks again for your help.
-
Posted to
Web Deployment Tool (MS Deploy)
by
spyinsky
on
06-17-2009, 11:44 AM
I have used the following command to copy a site on remote server to one more site on the same remote server.
C:\Program Files (x86)\IIS\Microsoft Web Deploy>msdeploy -verb:sync -source:meta
key=lm/w3svc/1378685816,computername=\\server-002 -dest:metakey=lm/w3svc/2397814
18,computername=\\server-002 -whatif > msdeploysync.log
But ...