Missing 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 ArticleRE: Re: Remote sync fails when destination site doesn't exist
When I use the below command to try and sync an existing site from a local IIS7.5 server to a remote IIS7.5 server (where the site doesn't exist yet) I get the below error message.msdeploy -verb:sync...
View ArticleMsDepSvc.exe unhandled exception
I'm trying to use MSDeploy 3 RC to deploy a packaged web app to a remote Windows 2003/IIS 6 server. The deployment is controlled by a NAnt script running on a build server. The script loops through a...
View Articlevisual web developer 2010 - WebDeploy
I installed WebDeploy_2_10_amd64_en-US in Windows Server 2008 R2 SP1.I imported my application using a tool of IIS 7 ( deploy -> import application ) with my Package coming from Visual web developer...
View Articleiis6.0 Application pool to 4.0 and Version change from 2.0 to 4.0 is not working
We have huge STAGE and CT set up and IIS 6.0 is not compactible to STAGE URLs it gives ESB timeout isues while getting web response from webserver so I want to know here from experts.......is there is...
View ArticleMVC2 DEploymeny error
<div class="content-container">Error SummaryHTTP Error 500.0 - Internal Server ErrorThe page cannot be displayed because an internal server error has occurred.</div>Detailed Error...
View Article401 Unauthorized
HelloI'm trying to use msdeploy from the command line but I get an 401 unathorized but it works in VS2010, here the configuration:And here the msdeploy command with parameters:"C:\Program...
View ArticleERROR_USER_NOT_AUTHORIZED_FOR_IISAPP
HelloWhy msdeploy is pain in the ass? Shouldn't it be so easy? Why it sucks continuosly with its erros?What does this error means? ERROR_USER_NOT_AUTHORIZED_FOR_IISAPP?Why I get this error with...
View ArticleIIS6 to IIS7 migration and the guest account
I'm working on a IIS6 to IIS7 migration using MS Web Deploy 3, and cannot find any information on how to handle migrating the IIS guest account associated with each website.I realize that ACLs can be...
View ArticleMS Deploy V3 sporadic ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER
Hi all I am getting sporadic ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER errors while deploying a WCF application via msdeploy V3. When I issue the command a second time (immediately after the first one)...
View ArticleNewbie Help with migration
Hello Everyone,Hope everyone is ok and this is probably a silly question, but here goes.I need to migrate a intranet site which lives on a win 2003 box and iis 6 to a Win 2008R2 box and iis 7.5. If I...
View ArticleUsing PreSync/PostSync, RunCommand inside MSBuild or Publishing profile files
Is there a way to specify preSync/runCommand inside .csproj or .pubxml file? So that when you deploy your web application using publishing profiles (for example by right-clicking on the project node in...
View ArticleDeployment & .Net Trust Levels
I have a site in IIS 8 that has a .Net Trust Level set to Full. However, after deploying the site from Visual Studio Professional 2012 using Web Deploy, the .Net Trust Level gets set to Medium. This...
View ArticleWeb Deploy causes dll’s to be corrupt when executed from Windows Server 2012
Hi, We’re having problem with Web Deploy on Windows 2012 Servers. The following command is executed in a Windows Server 2012 (Web Deploy V3)msdeploy.exe -verb:sync -source:contentpath=”path to source...
View ArticleIIS 7.0 to IIS 8.0 Migration Help
HiI am trying to migrate from IIS 7.0 on windows 2008 DC Edition x86 to IIS 8 windows 2012 Pro x64.OLD 2008 MACHINE NAME: WSPWEB-1 NEW 2012 MACHINE NAME: WSPWEB-1NEWon WSPWEB-1 on Web Deploy V3 folder...
View ArticleCan I use MSDeploy for a transform of the web.config
We are kind of stumped on how to deploy a solution from TFS drop folders that has transforms to one of our many non-production environments. Can MSDeploy do a web.config transform, such that it does...
View ArticleCreating package file from C#
Is there anything in webdeploy that would prevent me from taking a package file I have generated using msdeploy.exe -dest:package and opening that zip file using System.IO.Compression, modifying some...
View ArticleFolder sync with parameter file
I'm a sysadmin trying to do what I thought would be a fairly simple task. I want to use msdeploy to sync one filesystem directory to another directory. What makes this a little challenging is I have a...
View ArticleERROR_APPLICATION_NOT_SUPPORTED
Im trying to sync an application from IIS7.5 to IIS7.5 using a packageOn source: msdeploy -verb:sync -source:apphostconfig="MyApp" -dest:package=c:\MyApp.zip > MyApp.logOn destination:...
View ArticleHow can I set parameters that include the parameterValidation Element for...
I have a parameter that I wish to enable as a drop down list. When I add the following to the parameters.xml file within a Web Deployment Tool package a drop down list appears: <parameter...
View Article