IIS 6 on windows 2003 SP2 x64 migration to IIS 8.5 on windows 2012 R2
Hello,I have downloaded a tool webdeploy 3.5 it works fine on windows 2003 x32 but when I am trying to run it on windows 2003 x64 it is giving me an error:C:\Program Files\IIS\Microsoft Web Deploy...
View ArticleSetting up Connection string in Web Deploy for workflows
I have an issue with publishing workflows to the Test and prod environments.i am using web deploy for this. The issue is that when i use "Web Deploy" method for publishing, i am getting only the...
View ArticleNeed Basic Web Deploy Instructions
We've just migrated from co-located servers and an old version of Visual Studio (2k5) to Visual Studio Online (w/ VS 2k13) and Azure. We're using an Azure VM running IIS8, not an Azure website.We've...
View ArticleMSDeploy escaping XML special characters in parameter values
I am using MSDeploy.exe to deploy a web app. One of the values that I am modifying is my Entity Framework (database first) connection string. When I use the following...
View Article“CustomFields” error when using MSDEPLOY to export\import Website between...
I get the following message when trying to import a website I exported using MSDEPLOY.Microsoft.Web.Deployment.DeploymentException: Child object 'customFields' cannot be added to object 'logFile'. The...
View ArticleWhy is there no new releases after Web Deploy 3.5 ?
It has been over two years since we had a new version of Web Deploy. Which makes me feel the team is no longer working on this project. Is there any alternative that is upcoming to replace this feature ?
View Articlemsdeploy: can it migrate from iis 7.5 to iis 8.5?
Is this supported?(I keep getting errors related to applicationHost.config , detailed here: http://stackoverflow.com/q/32196315/147637 )One guy on stackoverflow says that msdeploy does not support...
View ArticleOffline Installer for Recommended Server Configuration for Web Hosting Providers
I am trying to setup a new server where my code will be published using Web Deploy 3.5. For all the previous servers, I installed Web Deploy 3.5, Web Platform and then from Web Platform I searched for...
View ArticleRegistering a COM object using web delploy
Hi Folks,I have a web project that is being deployed using Web Deployment to a local folder (to create the cmd and zip file) which we then run from the command line to do the deployment to a web server...
View ArticleSkip subfolder when website backup using msdeploy
Hi All,Is it possible declare xpath parameter for skipping subfolder when website backup using msdeploy? For example, skipping App_Data directory works well:msdeploy -verb:sync -source:backupManager...
View ArticleBug Report: IIS 7.5->8.5 "-verb:sync -source:webServer" fails with error
msdeploy 3.6Over the wire, server to server, with params: "-verb:sync -source:webServer"Works great going IIS 8.5 ->8.5But 7.5->8.5 chokes. Details here:...
View ArticleWhat to do with Server Side Includes?
Microsoft's instructions for Migrating a Web Server from IIS 6.0 to IIS 7, found here: https://technet.microsoft.com/en-us/library/Ff633422(v=WS.10).aspx under the Installing Required Software...
View ArticleMaking MSDeploy deployment secured by enabling 443 binding
I have setup continuous integration for my entire project. But now I came to know that by default all the deployment are done by HTTP/80 connection.I need to do this for pushing code my DMZ servers.Is...
View ArticleHow to resolve ERROR_CERTIFICATE_VALIDATION_FAILED issue
I am trying to make a SECURED deploy using this command line - Package.deploy.cmd /y /M:https://XXXXXX:8172/MSDeploy.axd /U:"UserName" /p:"Password" /a:basic But when I execute this, I get an error...
View ArticleIssue while deploying code using IIS Manager User
I am able to deploy successfully using my windows Id, but I face a issue during IIS User deployment.Details: Tried applying all permissions-Local Service, IUSRS, MSDeploy specific permissionsCommand...
View ArticleMSDeploy API with Certificates
Can any one please tell me how can I bind a certificate while deploying a project to remote server using MSDeploy API(.NET - C#) ?
View ArticleCannot decrypt SSLCertHash
I tried to move a website from IIS 7.5 to IIS 8 and it cannot decrypt the sslcerthash. I then tried to run the sync on the source server and got the same error. Here are the commands and output from...
View ArticleMultiple POST SYNC
Is there a way to provide multiple post sync commands in a single msdeploy command line?i.e. if I need to start and stop a windows service or app pools
View ArticleSafe to use Web Deploy in a highly available environment?
Is it safe to deploy IIS applications with WebDeploy in a production environment? Is it able to provide a zero-downtime upgrade for example?Or will IIS drop/deny HTTP connections during deployment? Or...
View ArticleHow to make deployment secured by providing a TRUSTED certificate ?
Right now, I am able to deploy to multiple machines using -allowUntrustedCertificate. I wanted to make the deployment proper and secured by providing a trusted certificate. I have already created one...
View Article