MSDeploy

http://blogs.iis.net/jamescoo/default.aspx

 
Feb 07, 2010

The Web Deployment Tool will be releasing a brand new feature in the newest version 1.1. This new feature will allow users to store their passwords in Window’s credential store on command-line using Web Deploy and / or access...

1 comments

 
Nov 03, 2009

This C# code given below will demonstrate how the MSDeploy API can accomplish some common scenarios that users may want to perform. The following examples are documented below in no particular order: I. Server Sync IIS6.0 to IIS6...

4 comments

 
Oct 24, 2009

  In this blog I will show how to script syncing remote servers and add some useful exception handling.  This blog assumes you have read or are familiar with part I at: http://blogs.iis.net/jamescoo/archive/2009/09/09...

1 comments

 
Sep 09, 2009

Part II now posted - http://blogs.iis.net/jamescoo/archive/2009/10/24/msdeploy-powershell-scripts-part-ii-exceptions-and-remote-server-syncs.aspx For MSDeploy API examples visit: http://blogs.iis.net/jamescoo/archive/2009/11/03...

1 comments

 
Jul 29, 2009

One of the latest additions in IIS configuration is new set of metadata properties that are available as a hotfix in IIS 7.0. "IsEmptyElementVisible" - This property can be set to true or false and only applies to custom schema...

1 comments

 
Aug 21, 2008

Hello, my names is James and for my first blog I would like to answer some of the common questions I have seen when using MSDeploy in Powershell for the first time. Also, I will try to introduce some tricks to help gather information...

原文地址:https://www.cnblogs.com/flysun0311/p/3586600.html