Moving from IIS 7.0 > 8.5
HiI am trying to migrate hundreds of sites from a shared hosting server to a new server.Source: Windows 2008, 32bit DC edition (Not R2)Destination: Windows 2012 R2 x64 Std Edition.I am using the GUI...
View ArticleHow to configure automatic (web)deploy for Internet Information Services (IIS)?
Hi everyone,Without any answer on StackOverflow I decided to ask my question here (hoping someone knows the solution), see...
View ArticleERROR_EXCEPTION_WHILE_CREATING_OBJECT : Web deployment task failed
Dear Web Deploy folk,I am getting the error "ERROR_EXCEPTION_WHILE_CREATING_OBJECT" deploying from my dev machine (Windows 10) to my test server (Windows Server 2012 R2 with Web Deploy prerequisites...
View Article[Web Deploy] Automatic backup not created properly when deploying from VS 2015
Hi, I try to make automatic backup works when I deploy a website from Visual Studio 2015 with the publish wizard. My problem is when I deploy a new version of a website from IIS Manager/WebDeploy...
View ArticleEnabling EnablePackageProcessLoggingAndAssert when using VS UI at VS / Build/...
The page athttp://www.asp.net/web-forms/overview/deployment/advanced-enterprise-web-deployment/troubleshooting-the-packaging-processdiscusses "Troubleshooting the Packaging Process" using...
View ArticleWorking in VS Debug but after deployment Umbraco.ModelsBuilder.dll missing
Hi All,My Umbraco project runs OK in Visual Studio / Cassini, but with I use MS Deploy to deploy to a Local Windows Server 2012 IIS machine on the same subnet it fails to deploy...
View ArticleUpdate ConnectionString in web.config using MSDeploy
How can I update connectionString in my web.config during deploy with MSDeploy?Current web.config contains:<?xml version="1.0" encoding="utf-8"?><configuration>...
View ArticleERROR_USER_NOT_AUTHORIZED_FOR_DEPLOYMENTPROVIDER while performing deployment...
Hi Team,We have been receiving error - "ERROR_USER_NOT_AUTHORIZED_FOR_DEPLOYMENTPROVIDER" while executing below command using MSDeploy as Non-admin user (Username : myserviceaccount) in Target server....
View ArticleIs something listening on Port 8172?
I had a problem with Web Deploy as I was getting ERROR_DESTINATION_NOT_REACHABLE, so I followed the answer to this post.When I ran that netsat, everying was 0 (as in the answer). The problem I was...
View ArticleWeb Deploy [msdeploy.exe] - Post Deploy Script as part of deployment (not...
Good Day Everyone We are using Web Deploy to deploy ASP.NET web apps on the remote server. Is there any way to configure web deploy so that a post-deploy custom script could be included? It could be...
View ArticleIIS 6.0 (Server 2003) to IIS 8.5 (Server 2012 R2)
Hello! I have been banging my head against my desk for the past couple weeks trying to figure out why I cannot migrate my IIS 6.0 (Server 2003) webwsites to IIS 8.5 (Server 2012 R2) using the MSDEPLOY...
View ArticleWeb Deploy: WMSVC hang with dbFullSql
On a newly installed server we have installed webdeploy 3.6 and started to deploy our web application with the dbFullSql provider.The deployment package consists of a ASP.NET Web Application and a SQL...
View ArticleHow do I deploy MSBUILD generated web packages?
I'm trying to setup a build that deploy our applications out of team services (VSO).So far I have managed to setup the build to create my packages using...
View ArticleIIS 7 to 8.5. .Net version issues
Hello.I have installed the Web Deployment tool on a old 32 server running IIS 7 and a new server running IIS 8.5. Both are 64 bit. I have updated the msdeploy.exe.config file to be the same in the...
View ArticleDeploy everything in the bin directory to the root
I have a special use case. I have a Visual Studio project that is a plugin. When I right-click on the project and publish, all the files are deployed to the folder I wanted, but nested inside a bin...
View Articleweb deploy error message
In a vb.net 2010 web form application, I am getting the following error message when I deploy the code to a test app server.C:\Program Files...
View Articlesome .asax .svc files become empty after deploy
We use msdeploy V3 to push our services(about 10 services) to AWS EC2.Here is step in script:1.Create instance in AWS.2.Deploy all services to the instance created in step 1 one by one.3.Terminate the...
View ArticleWeb deploy delete existing site in export
Hi guys;I try ti migrate from IIS 7.5 to IIS 8.5, i installed Web deploy 3.5 and i have this command for export:msdeploy -verb:sync...
View ArticleNeed help using msdeploy with gMSA, without having to edit the registry
I have a TeamCIty server I wish to use with msdeploy. I have IIS 7.5 on server 2012, with the Web Management Service role enabled. The server has no access to the internet, but is on the LAN, so I...
View ArticleMigrating only one website
We have a 2003 web server with several websites and I plan on migrating all of them to 2012 R2. I plan on using Web Deploy. For testing purposes, I would like to migrate just one site to and see how it...
View Article