msdeploy postsync / runCommand unable to access SQL LocalDb automatic instance
I am using msdeploy to deploy some NUnit tests and the NUnit framework to a remote computer, then I am executing the tests using the nunit-console runner. The tests do database integration tests using...
View ArticleHow do I publish multiple services using Web Deploy 3.5 with MSBuild...
My publish.xml file, which works for publishing from Visual Studio 2010, looks like this:<?xml version="1.0" encoding="utf-8"?><publishData><publishProfile...
View ArticleMsDeploy Exception on Windows Server 2003 R2
Hi,I'm having great trouble getting Web Deploy working on several of our older Windows Server 2003 R2 machines. I'm trying to create a deployment package and then run it, but even for a default...
View ArticleUse msDeploy to package and deploy NON-web based projects
I just wrote an article on how msDeploy can be used to to generate from a build server packages intended for NON-web based apps like Console Applications and Windows Services.I combine it partially...
View ArticleWebDeploy error: IsCleanMSDeployPackageNeeded failed
Hi,I am using VS2012, and have an ASP.Net application with an associated TFS2010 build definition that builds on a build server. I am attempting to get this build to perform an automated deployment to...
View ArticleQuestion about command line sync
Does anyone know what command is actually being kicked off then you do an Export Server Package from within IIS? I am trying to script an automatic backup of the web server and on servers with IIS 4.0...
View ArticleSync two servers from the third party machine
Hello Everyone,Here is the example command to sync two remote servers:msdeploy -verb:sync -source:webServer,computerName=Server2 -dest:webServer,computerName=Server3 Does it serve the content between...
View Articleusers gets Error 401 trying to deploy gacAssembly in remote server
Hello !!I'm trying to allow some dev users (non-administrative) to directly deploy some dlls to the production server's GAC: msdeploy -verb:sync -source:gacAssembly=TheDLL...
View ArticleMS WebDeploy not working from several workstations
I am trying to resolve an issue with WebDeploy for our project in ASP.NET MVC3. We are getting an error on publish on several work stations, working on Windows 8. We are using the same credentials on...
View ArticleMissing Management Service Delegation icon
I was just about to start using the deployment technique, Automating Deployment with Microsoft Web Deploy, but i don't have the Management Service Delegation icon on my Windows Server 2008 R2 server....
View ArticleCan Web Deploy be used on a Windows 7 machine
I am sorry for this rudimentary question,but I have searched and read a dozen or so documents and posts to no avail. It seems that Web Deploy requires Web Management Service which seems to be...
View Article401 Not authorized
I'm sorry if I'm just another dumb user, but I'm stumped. I cannot get this to work. How do I troubleshoot the msdepsvc.exe to get it to tell me anything? Where do I enable logging? I have admin rights...
View ArticleWeb Deploy VisualStudio Online (Visual Studio 2012 to IIS site)
Good morning ,I have configured IIS 7.5 on a server with WIndows Server 2008 R2 and I have a website with an application. With the Web Deploy tool can allow remote administration of IIS, both user...
View ArticleWeb Deployment Agent Service does not start
On doing full installation of Web Deployment Agent Service on Windows Server 2003 Service Pack 2 Enterprise Edition Machine, I get following error in a dialog box at the end of the process when the...
View ArticleCan i make iss failower with mswebdeploy tool?
Ok, there are two servers, running windows 2008R, lets name them SRV1 and SRV2. SRV1 is production server and there are plenty of IIS sites, so we need failover of this IIS on SRV1. We made script on...
View ArticleHow skip ftp "External Ip Address Of Firewall" rule?
Hi,I'm using webdeploy tool. In file "msdeploy.exe.configsettings" there are all config, rules to skip and etc. So I would like to ask, what rule shoud skip changes of IIS ftp setting "External Ip...
View Articlehow sync hashed password
Hi,When syncing two iis servers, sync works fine, except few app pools, because they have windows user identity. In second server user name is displayed corectly, but then i tested connection i got...
View Article-useChecksum and -whatif BUG?
When I use -useChecksum in combination with -whatif (non-verbose), the log will still show *all* files with different time stamps changing. However, if you deploy live non-whatif it will only deploy...
View ArticleDeploy with Web Management Service using Kerberos
Hi,We are using MS Deploy to deploy to a server running the Web Management Service. The deployment package includes SQL scripts which get executed with the dbFullSql provider. When those scripts run,...
View ArticleMove (Copy) from web server to new NLB web farm
Hello,I am new in IISwindow server 2008 R2.I would like to copy/move an entire web server (one machine) to a web farm made up by 2 nodes in NLB configuration already configured and working (currently...
View Article