Share via


IIsWebVirtualDir.AppEnable (WMI)

The AppEnable method enables a Web application that was previously disabled with AppDisable.

objIIsWebVirtualDir.AppEnable(
      Recursive
)

Parameters

  • Recursive
    [in] A Boolean. A value of True causes AppEnable to enable the application at the specified metabase node and all child nodes. A value of False only enables the application at the current node.

Return Values

This method has no return values.

Remarks

If the application specified was not previously deleted, it will be reregistered with Component Services.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also