IIsWebService.DisableExtensionFile (ADSI)

The DisableExtensionFile method sets the AllowDenyFlag flag in the WebSvcExtRestrictionList metabase property to 0 (deny) for the specified ExtensionPath.

Note

This method is only available on IIS 6.0 or later.

objIIsWebService.DisableExtensionFile(
  bstrExtensionFile As BSTR
)

Parameters

  • bstrExtensionFile
    [in] String containing the extension file. This is the second token, ExtensionPath, in the WebSvcExtRestrictionList metabase property.

Return Values

This method has no return values.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also