IIsWebService.RemoveDependency (WMI)

The RemoveDependency method removes an entry for a single application from the ApplicationDependencies metabase property.

Note

This method is only available on IIS 6.0 or later.

objIISWebService.RemoveDependency(
  string Application,
  string GroupID
)

Parameters

  • Application
    [in] String containing the name of the application to remove from the dependency list. This is the first token in the ApplicationDependencies metabase property.

  • GroupID
    [in] String containing the name of the group. This is the second token, GroupID, in the ApplicationDependencies metabase property.

Return Values

This method has no return values.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also

Concepts

IIsWebService (WMI)

Using WMI to Configure IIS

WebSvcExtRestrictionList

ApplicationDependencies

Adding Web Service Extensions to the Restriction List

Installing and Uninstalling CGI and ISAPI Extensions