Share via


IIsWebService.EnableWebServiceExtension (ADSI)

The EnableWebServiceExtension method sets the AllowDenyFlag flag in the WebSvcExtRestrictionList metabase property to 1 (allow) for any extension belonging to the specified GroupID.

Note

This method is only available on IIS 6.0 or later.

objIIsWebService.EnableWebServiceExtension(
  bstrExtension As BSTR
)

Parameters

  • bstrExtension
    [in] String containing the group name. This is the fourth token, GroupID, in the WebSvcExtRestrictionList metabase property.

Return Values

This method has no return values.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also