msdeploy to Sql Server requirements?
I am trying to use the dbDacFx provider in msdeploy to update a SQL server.It is not clear, in this scenario, if wmsvc is involved and/or how I should setup delegation rules as the database in...
View ArticleCan't create offline cache when EULA's go missing.
I am trying to provision a server thats behind a corporate firewall.On a server with internet access, I run:webpicmd /Offline /Products:WDeploy36,WDeploy36PS /Path:D:\webpiThe software that you obtain...
View ArticleWeb Deploy not found, but it is installed
When running a .deploy.cmd file from my command prompt, I get a readme.txt saying: To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For...
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 Article.NET Core support for NuGet "Microsoft.Web.Deployment"
I followed the NuGet's project url which led me to this forum, is there support for .NET Core for this package already? If not, is there a plan for it already?
View ArticleResult Code Bug on PostSync
Hello,I think there is bug in MSDeploy when PostSync operation failed. I have simple cmd file which end with result code 1. PostSync launches this cmd with parameter successReturnCodes=0 and MsDeploy...
View ArticleWebdeploy and SQL 2019 problem
Hello,We migrated an old SQL 2012 server to a new 2019 standard SQL server.After the migration, the SQL dacpac deployment was failed. (same simple package, same installed dependencies on server,...
View ArticleMigrating Windows Web Server 2008 r2 SP1 to Windows 2012 R2 troubles with...
Ok, I have read all the posts, etc but I am still not getting it, I export the entire server doing the right click on the server deploy export server. save that to folder that is shared, copy it to...
View ArticlePlease clarify
I have seen webdeploy which mixes with powershell commands for performing deployment taaks. Is there any complete GUI for webdeploy. Can we deploy over loadbalance servers or on top of webfarm. Will...
View ArticleSkip rules in .configsettings not working
Hi,I am trying to add a skip rule to the .configsettings file on my server, so deployments will never delete files inside App_DataI added these two, based on the example within the file itself, to the...
View ArticleCannot create a file when that file already exists. (Exception from HRESULT:...
Getting this message when trying to migrate to another server. I've read the other posts on here regarding this message but cant seem to work this out. Moving from Server 2008 to 2016, web deploy 3.6...
View ArticleWeb Deploy ExcludeFromPackageFolders & ExcludeFoldersFromDeployment both not...
Hi Web Deployers,My Web Deploy from VS 2017 on my Windows 10 dev machine to IIS on a separate Windows Server machine completes correctly but when it opens the home page of that newly deployed site I...
View ArticleHow do I transform a webdeploy package that has already been built (without...
I have an ASP.net app (not core) running on elastic beanstalk deployed to several regions. I am not using webdeploy to deploy, I build the package with msbuild and hand it to aws beanstalk- so I cant...
View Articlewebdeploy on demand tempagent ".\administrator" is NOT ADMIN?!
Hi all, this has us stumped:THIS server is in domain, but we are trying to deploy to multiple domains and workgroups, but this TEST is just in same domain... but we are having troubles...msdeploy...
View ArticleRestrict MsDepSVC access by IP
Is there any way to restrict access to the remote service agent MsDepSVC deployment URL http://+:80/MSDEPLOYAGENTSERVICE via IP address. I am not running/using the Web Management Service handler. I am...
View ArticleWhat is the "MSDeployProviderOptions" in archive.xml?
Hi there. Just browsing the site package generated by msdeploy.exe sync command and saw some human-unfriendly strings in the archive.xml file. A part of it looks like this:<iisApp...
View ArticleWeb Deploy 3.6 on Windows Server 2019 usage issue
Hello,I installed Web Deploy 3.6 using standalone installer with complete features.After installation I discovered that I can't use deploy procedure with non-administrator accounts.However I was able...
View ArticleIssues with `msdeploy` (An error occurred when the request was processed on...
I have tried the following to deploy a .NET Framework 4.5 application to a remote windows server using Jenkins and msdeploy:def deployDev(folder, virtualDirectory) { bat "\"C:\\Program...
View ArticleDynamic IP Restrictions Beta module blocking IIS migration
I am currently trying to migrate our public facing web server from Server 2008 R2 to Server 2016. I am attempting to use msdeploy. I have successfully done this with our Dev server that was also a 2008...
View ArticleHow do I accomplish this?
I've read so many different articles and forum posts and I can't figure this out. My project is to migrate all IIS configuration from a Server 2008 R2 vm to a Server 2016 VM. So IIS 7.5 to IIS 10....
View Article