-
Posted to
Web Deployment Tool (MS Deploy)
by
hakan_forss
on
06-08-2009, 5:30 AM
As stated above the replace directive only works for me when creating a package and not when doing the deployment.
Is it only my installation that has a problem or is this how it works?
-
Posted to
Web Deployment Tool (MS Deploy)
by
hakan_forss
on
06-07-2009, 6:33 PM
Yes this works when the file is put into the package, but how about when getting it from a package?
We want to build one package with all the files and when deploying from the package do the rename.
-
Posted to
Web Deployment Tool (MS Deploy)
by
hakan_forss
on
06-06-2009, 10:44 AM
Hi,
How do I change a file name like web.prod.config to web.config using MSDeploy?
We want to build one package for staging and production and rename the config files and folders based on the target enviorment.
Hakan Forss
-
Posted to
Web Deployment Tool (MS Deploy)
by
hakan_forss
on
06-04-2009, 6:01 PM
Hi madhur,
I gave the dll to my colleague and he regestered the same way as I did and it works on his machine!
Here is the debug message when i run:
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy -verb:dump -source:commandLine="test" -debug
Microsoft.Web.Deployment.DeploymentException: Unknown factory ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
hakan_forss
on
06-03-2009, 8:52 AM
Hi,
I'm trying to build a custom provider for executing commandLine or PowerShell commands and are running into problems during my initial testing. I have build an empty provider based on the mySQL example that do nothing but I can't get it to execute. I get the error:
Unknown factory 'commmandLine'
I have put the ...