IIsWebService.DeleteExtensionFileRecord (WMI)
The DeleteExtensionFileRecord method removes an ISAPI extension or CGI application from the IIS server by deleting the corresponding entry from the WebSvcExtRestrictionList metabase property.
Note
This method is only available on IIS 6.0 or later.
objIIsWebService.DeleteExtensionFileRecord(
ExtensionFile
)
Parameters
- ExtensionFile
[in] String containing the name of the extension to delete. 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