MVC2 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 ArticleencryptPassword not working for backup
I have configured my server to have web deploy backups turned on and enabled.I am runningmsdeploy.exe -verb:sync -source:package="config-management.zip",encryptPassword="password"...
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 ArticleVisual Studio 2012 Publish Web Site (Web Deploy Package) with site creation
I have a web project in Visual Studio 2012 and I am able to create a web deployment package. However I am having difficulties using msdeploy with this package to create a new web site on my server.My...
View ArticleERROR_EXECUTING_METHOD with sql deploy
I am trying to deploy a website with database schema but keep getting error below.I have been using web deploy successfully for some time, but only now have tried to use dor deploying schema. I am...
View ArticleWeb Deploy 3 API - deploy a .NET 4.5 application
We're using the (almost completley undocumented) 'public API' for Web Deploy 3 to create a .zip package of our website and then sync it to a server:using (var deploymentObject =...
View Article