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 2
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
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 workwith VS2010 and
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\'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.
Webdeploy is very convenient from Visual Studio 2010. Today I am using it to publish my project via a remote deploy agent (http:开发者_StackOverflow//x.x.x.x/MsDeployAgentService) to a production web
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 r
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 depl开发者_C百
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.