MSdeploy with dbSqlPackage without rollback
please help.Is there some way to deploy database from package without rollback sql-script transaction if fail?Clarify: I want to deploy DB from script file using dbSqlPackage provider. During deploy I...
View ArticleIncorrect syntax when deployind using msdeploy dbsqlPackage provider
Very strange issue, I can not understand.Please help.I am deploying DB from package using msdeploy. In the package in script file i put only one query: insert [sometable].[somename] ([id], [text])...
View ArticleWeb Deploy Logs an Error in Windows Event Viewer
We're making use of Microsoft Web Deploy v3 for deploying our websites to our customers.We're using the getSystemInfo feature of Web Deploy for connectivity check in remote deployment scenarios.If the...
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 Articlemsdeploy sync file incrementally
Is there any way to make an incremental sync of a file using msdeploy? I thing that when comparing directories, complete files with changes are sync, but not only those changes (incremental changes)....
View ArticleDoes dbDACFx provider support SqlCommandVariable parameters?
HiI have been playing around with the dbDACFx provider to deploy databases based on the output from my SSDT project (a dacpac file), instead of using the...
View ArticleHow to set WMSvc trace levels with Web Deploy 3.5
Hi, I just upgraded to Web Deploy 3.5 and I'm hoping to use WMSvc tracing to get a list of transferred files. Is this possible? If so, what trace level would be required? Also I hope to debug an...
View Articleproblem about sync using webdeploy
Hi Guys,I have several IIS7.5 AP Servers using Anonymous Authentication ,and installed webdeply to sync IIS Configuration and contents from one to others :msdeploy -verb:sync...
View ArticleWeb Deploy to IIS 7 with Pass-through authentication
Note: This is a cross-post from: http://serverfault.com/questions/254326/web-deploy-to-iis-7-with-pass-through-authentication I thought that forums.iis.net might have more specialized knowledge on the...
View ArticleAppPoolConfig & IIS Management Delegation
I am trying to read the app pool configuration from a remote IIS 8 server with IIS management delegation active. This works fine when the IIS site and the application pool have the same...
View ArticleMsdeploy.exe converting datetime format differently on each computer.
I'm really pulling my hair out on this one.I have two computers - my workstation with windows 8 and a local server with windows server 2012.When i run this command on my workstation: msdeploy...
View ArticleWeb Deploy authentication context accessing web site folders?
I'm trying to deploy to a high-availability configuration: 2 Windows 2003/IIS 6.0 servers behind a load balancer. The Virtual Directory definitions both point to the same NAS share via a UNC address....
View Articlemsdeploy issue
I have a development machine, a Web Server, and a File Server. My Web Server is hosting a website on a share from a File Server. Previously when I had all these machines on a domain, I was able to...
View ArticleMigrating IIS 6 to IIS 8
1. I have a Windows Server 2003 machine with IIS 6 which currently holds everything. I need to migrate everything to a Windows Server 2012 machine with IIS 8. Will using the same set of instructions as...
View ArticleAn issue about Web Deploy iisApp Provider
Hey, I met an issue when I use webdeploy to sync an application under website .the env as follows:two Windows Server 2008 R2 IIS Server named Server1 & Server2.each Server has one Web Site named...
View ArticleSoapHttpClientProtocol web call timed out on System.Net.ConnectStream.Read
I have SoapHttpClientProtocol calling web service from a .Net stand alone application. I set the Timeout property be 10 seconds and I experienced the timed out after about 5 minutes, this is the...
View ArticleRegarding an appropriate place on the forum
Hello all, I have a questionm. Is there an appropriate place to file feature requests? I am sorry if I am asking in a wrong thread so please bare with me and be kind. Best regards, Aaron
View ArticleWeb Deploy, Management Service Delegation, recycleApp, works with IIS Users...
HiI have successfully setup delegation in IIS 7.5 / Windows 2008R2 for application pool recycling using an IIS user by specifying the username and password on the msdeploy commandline: msdeploy.exe...
View ArticleDeployment API and Application Pool Recycling with WMSVC
Hi allI am successfully using the Web.Deployment API for application pool recycling, the code is attached here:class Program { private static void Main(string[] args) {...
View ArticleEnableMSDeployBackup always set to false
Hi everybody, When I create a webdeploy profile publication in VS2012, the paramater EnableMSDeployBackup is always set to false and I need to edit the pubxlm file to set it to True. Does anyone know...
View Article