Questions tagged [msdeployserviceagent]
23 questions
38
votes
5 answers
msdeploy (Web Deploy) failing with 401 auth issues
I'm trying to get msdeploy installed and set up. I've installed the remote service on the web server, but all my tests are giving me a 401 unauthorised error. The server is Windows 2008 R2.
I'm testing a very simple msdeploy command:
msdeploy…

Matt Roberts
- 26,371
- 31
- 103
- 180
22
votes
5 answers
MSDeploy Error_Connection_Terminated while trying to deploy website
I have been getting the error "Error_Connection_Terminated" when trying to deploy a site to my localhost from the developer command prompt using MSDeploy and I am at the end of my rope trying to figure out whats causing it, the error is pretty…

David Swan
- 257
- 2
- 8
9
votes
3 answers
How do I deploy using MSDeploy and TeamCity with Integrated Windows Authentication?
I had a MSDeploy deployment working beautifully with TeamCity when I passed in the user credentials. The command line parameters (using env. variables for some values) were:
MSBuild.exe Web.csproj
/P:Configuration=%env.Configuration%
…

user1035941
- 91
- 1
- 2
9
votes
6 answers
MSDeploy triggers 401 Access denied error when trying to synch a site
I try to push/sync a IIS Site from a Win2003 Server to another.
This is my command:
msdeploy -verb:sync -source:metakey=lm/w3svc/68512112 -dest:metakey=lm/w3svc/68512112,computername=backup-09,username=Administrator,password=PASSWORD -whatif >…

kitsune
- 11,516
- 13
- 57
- 78
9
votes
1 answer
How do I use VS2010 One-Click Publish (MsDeploy) to deploy remotely from the command line?
On the remote web server I have installed the remote service http://x.x.x.x/MsDeployAgentService.
If I use the Web Application Project's Publish command in VS2010 I can successfully publish to this remote web server and update a specific IIS…

David
- 91
- 1
- 3
7
votes
2 answers
MSDeploy 1-click publish not working from VS2010
We are working towards automated deployments and I was really exited about using MSdeploy to help get us there. Unfortunately, I have been having no luck with getting MS deploy to work with VS2010 and I am about to give up.
Our Win 2008 server is…

taazaa
- 159
- 1
- 9
4
votes
1 answer
WebDeploy - just can't get it to work
I've installed Web Deploy 2.1 on a Server 2008 R2 running under VMWare.
In the IIS Manager (Management Service applet) I can see that "Enable Remote Connections" is checked and the port is set to 8172. Under "IIS Manager Permissions" I've added my…

ekkis
- 9,804
- 13
- 55
- 105
4
votes
1 answer
MS Web Deploy + Web Deploy Remote Service, How is it secured
I'm trying to automate deploying a site to our production server after a build. The production server is hosted by some third party provider and is not on our LAN.
If I:
Install Web Deploy on our build machine (source)
Install Web Deploy on the…

ckarbass
- 3,651
- 7
- 34
- 43
3
votes
1 answer
Large files with msdeploy
We are trying to use Web Deploy to improve our deployment.
Everything works internally but once we try to deploy to our online environment than msdeploy hangs on files lager than 1 MB.
If we remove those files, the sync works with msdeploy.
The…

FredDotNet
- 49
- 3
3
votes
2 answers
401 on MS Web Deploy
First thing you should know is that this worked on Wednesday of last week and the VM has been has been rolled back to the Monday of last week.
I have the latest version of MS Web deploy setup on two machines. One is inside of our network and one is…

Jeff
- 4,622
- 2
- 27
- 40
3
votes
0 answers
MSDeploy fails with authorization error when using filePath provider
I am trying to deploy a web application using MSDeploy. In the first step the app is deployed to test server (using the package created during the build), then to production server (source and destination are iisApp) and the next step is production…

Karel Frajták
- 4,389
- 1
- 23
- 34
2
votes
1 answer
MSDEPLOY unable to contact remote temporary agent
I have been running an MSDEPLOY command successfully for the past couple weeks until yesterday (at least that's when I was first made aware of the deploy script failure). I did install Visual Studio 2010 Service Pack 1 on the build server yesterday…

Philippe
- 4,088
- 4
- 44
- 49
2
votes
1 answer
How do I use Visual Studio 2010 RC 'one click publish' from the command line?
I've got VS 2010 RC running and have two publish profiles set up in it, one for publishing to the staging server and one for the developer test box. It works great but I want to put the deployment to our dev server into our build server and run it…

Ryan O'Neill
- 5,410
- 4
- 46
- 69
1
vote
1 answer
MS Deploy & IIS6 - 401 Unauthorised Error
I'm trying to get TFS to automatically publish (not package at the moment) my web app on a build to a Win2k3 server with IIS6. The remote agent service is started.
The build fails giving me a 401. I'm now trying to manually run a cmd line from the…

David Masters
- 8,069
- 2
- 44
- 75
1
vote
2 answers
Ms deploy from the command line
Ok built the code and pulled the command details from VS during a verbose build via the publish option on the context menu having cleaned it up, extracted the command I took the command to my build server which just happens to be the same box as my…

War
- 8,539
- 4
- 46
- 98