VCWebDeploymentTool Object
The VCWebDeploymentTool object provides programmatic access to the Web deployment tool. This tool is used to install files produced by your project so that they are served by Internet Information Services. Enabling Web deployment frees you from having to create virtual directories, configure application mappings, and copy content during development of your applications.
Public Interface VCWebDeploymentTool Inherits IDispatch
Class VCWebDeploymentTool
interface VCWebDeploymentTool : IDispatch
public interface VCWebDeploymentTool : IDispatch
public interface VCWebDeploymentTool extends IDispatch
Remarks
See the documentation for the Web Deployment Property Page for information about the user interface that corresponds to the properties provided by this object.
Note Web deployment can only be carried out by a user who is a member of the Administrators group on the local machine. Web deployment can only deploy to the first Web site on the local machine.
Web deployment is a build step that only occurs if the link step occurs. See Understanding Custom Build Steps and Build Events to see when this build step is executed in relation to the other steps.
Requirements
Namespace: Microsoft.VisualStudio.VCProjectEngine (VCProjectEngineLibrary)
File: VCProjectEngine.dll
See Also
VCWebDeploymentTool Object Properties, Methods, and Events | Visual C++ Extensibility Object Model