Поделиться через


VCWebDeploymentTool - интерфейс

The VCWebDeploymentTool object provides programmatic access to the Web deployment tool.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
<GuidAttribute("52FCB871-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCWebDeploymentTool
'Применение
Dim instance As VCWebDeploymentTool
[GuidAttribute("52FCB871-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCWebDeploymentTool
[GuidAttribute(L"52FCB871-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCWebDeploymentTool
public interface VCWebDeploymentTool

Заметки

The VCWebDeploymentTool 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.

See the documentation for the Deployment (How Do I in Visual Web Developer) for information about the user interface that corresponds to the properties provided by this object.

ПримечаниеПримечание.

Web deployment can only be performed 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.

ПримечаниеПримечание.

Deployment of ATL Server projects to IIS is not supported on a Web server running on a 64-bit platform.

Web deployment is a build step that occurs only 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.

См. также

Ссылки

VCWebDeploymentTool - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен