-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
11-16-2009, 10:24 PM
You should be able to specify the windows credentials in the connection string of the database in the destination manifest.xml the same way you specify sql credentials. Of course the windows user should have permissions to create the database.
Is this what you are looking for? Please let me know if i read your question right.
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
11-13-2009, 11:47 AM
What was the command you used to sync to the archive? Your initial command should have been something like this
msdeploy -verb:sync -source:metaKey=/lm/w3svc/1 -dest:archivedir=d:\webdeploy
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
11-02-2009, 3:58 PM
Use -skip:attributes.protocol=http
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-29-2009, 1:45 PM
Your URL going over https://<ipaddress>:8085/MSDeploy2/msdeploy.axd?site-DemegosApplication suggests you are using wmsvc as the agent and not msdeplsvc on the remote machine. wmsvc exists only on IIS 7.0 boxes, hence you can only publish to an IIS 6.0 machine using this command.
A brief detail of why we host the agent inside ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-27-2009, 9:28 PM
Is there a particular reason you are using https instead of http? Can you switch to using http for the remote service? Thanks!
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-27-2009, 8:18 PM
Please make sure msdepsvc service is started on the remote IIS 6.0 machine.
Can you run the following command from your source machine (VS 10 machine) and see if you face the same problem?
msdeploy.exe -verb:dump -source:webserver60,computername=https://<iis6machinename>:8083/msdeploy2/
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-12-2009, 1:13 PM
You can check out an .NET API example for sync in this blog
http://blogs.iis.net/jamescoo/archive/2009/09/09/cool-msdeploy-powershell-scripts.aspx
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-07-2009, 2:42 PM
To see some commonly used skip-replace rules, please check the post here
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-07-2009, 2:41 PM
You need to use a -replace with your command as follows
-replace:objectName=metaProperty,scopeAttributeName=name,scopeAttributeValue=Path,targetAttributeName=value,match="c:\",replace="e:\"
-
Posted to
Web Deployment Tool (MS Deploy)
by
yaminij
on
10-07-2009, 1:44 PM
You should check this blog out
http://blogs.iis.net/jamescoo/archive/2009/09/09/cool-msdeploy-powershell-scripts.aspx