IIS on a cluster
HiMy environment is a 2008 Server Cluster with 2 nodes.There are some web apps on this server, which means at the moment I am having to maintain IIS in 2 locations. This has a couple of issues:As the...
View ArticleIs msdeploy.exe included in IIS8?
Hello,Is msdeploy.exe included in IIS8? Intalling any extention on the production servers is not an option for me.Thank you
View ArticleIs "Web Deploy" IIS extension fully supported by Microsoft?
Hello,Is "Web Deploy" IIS extension fully supported by Microsoft an Microsoft Support Services?Thank you,
View ArticleUninstalling SQL Server 2012 after I install 2014 causes "publish" to fail
Hi there,I'm running VS2013 SP2. I was running SQL Server 2012, but VS pushed the 2014 version on me, so I installed it. I converted my application to use a new database running in the 2014 instance,...
View ArticleIIS Remote Administration Windows 8
Hi -I am trying to follow the instructions here:...
View ArticleMSDeploy sync contentpath and dirpath can not preserve folder timestamp
I try to sync a source folder to a new dest folder, if the dest folder is empty, it will create a new folder to copy all files but it does not persever the timestamp for the folder and subfolders. How...
View ArticleUsing MSDeploy gacInstall to uninstall or force overwrie of GAC assembly
I have a set of assemblies in the GAC that I'd like to update using MSDeploy and a set of files.If I perform the following:msdeploy -verb:sync -source:gacInstall="C:\test\assemblies\MyAssembly.dll"...
View ArticleCannot install web deploy 3.5 from webpi or standalone
I have been trying to install web deploy for 2 days now without sucess.Using the web pi gui or cli, I am always getting an error about the install not being downloadable.So whether it is wdeploy or...
View ArticleExclude folder on automatic backup?
Hi,I have Web Deploy Automatic backup enabled on my web server. I would like the backup to exclude (skip) a specific folder.Is this possible?Thanks,Chirag
View Article-useChecksum and -whatif BUG?
When I use -useChecksum in combination with -whatif (non-verbose), the log will still show *all* files with different time stamps changing. However, if you deploy live non-whatif it will only deploy...
View ArticleIIS 7-VISUAL WEB DEVELOPER 2010: "'IBMDADB2.DB2COPY1' provider is not...
I have a web application in WINDOWS SERVER 2008 R2. In Visual Web developer 2010 environment the application connects to IBM DB2 (ver 9.7 ) with the option “Use Visual Studio Development Server” and...
View ArticleWeb deployment task failed. Failed to encrypt destination web.config
Getting the following error: Error 3 Web deployment task failed. (Failed to encrypt destination web.config: ...web.config. Learn more at:...
View ArticleRun Command Denied with 3.0
I'm trying to add the required AppFabric WarmStart pieces by running the following command with msdeploy:"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy" -verb:sync...
View ArticleMSDeployAgentService "Unexpected end of file has occurred. The following...
Win2008R2 / Web Deploy v3.0 / II7.5On some servers I can deploy package just fine but others I get errors.I can actually see connection established on target server vai netstat so I know firewalls etc...
View Articleweb deploy windows login works but IIS accounts don't
I have tried using this guide to allow logins for IIS account on Windows 2012 Server:http://www.iis.net/learn/publish/using-web-deploy/configure-the-web-deployment-handlerStill can't get it to work....
View ArticleCould not connect to remote computer web deploy ERROR_DESTINATION_NOT_REACHABLE
I am trying to configure Web Deploy 3.5 on Windows Server 2008 R2 Standard with SP1 installed on it. When I try to validate connection using Visual Studio 2013 to publish a website it throws the...
View ArticleInstall MSDeploy to a Different Drive?
Is it possible to install the Web Deployment Tool to a partion other than C:? Even when I perform a custom install, the installation wizard does NOT give me the option to install to a location of my...
View ArticleHow to WebDeploy publish a subfolder from the command line?
(Crossposted from ASP.NET)I have a small ClickOnce app in production for which I've been manually deploying regular updates for download from my website. I'm now working on automating my build/publish...
View ArticleMove VIrtual Directories
I have two websites on a single server IIS 7.5. I want to merge these sites - move virtual directories from one to another. Physical directories will not change.Can I do this with Web Deploy or is...
View ArticleMSDeploy Skip Rule Not Working Correctly
I am using the following rule when I do a deploy of my package so that it skips the deployment of only the web.config file in the root:-skip:objectName=filePath,absolutePath=.*MySite\\web\.config I...
View Article