IAspNetManagementUtility.ChangeScriptMap(String, String, Int32) Method

Definition

Maps the specified Aspnet_isapi.dll to the specified Internet Information Services (IIS) virtual path.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void ChangeScriptMap(System::String ^ keyPath, System::String ^ dllInstall, int flags);
public void ChangeScriptMap (string keyPath, string dllInstall, int flags);
abstract member ChangeScriptMap : string * string * int -> unit
Public Sub ChangeScriptMap (keyPath As String, dllInstall As String, flags As Integer)

Parameters

keyPath
String

The virtual path to which to register the Aspnet_isapi.dll specified by the path passed in dllInstall.

dllInstall
String

The path to the Aspnet_isapi.dll to register with keyPath.

flags
Int32

The behavior to use when registering Aspnet_isapi.dll.

Remarks

For more information about programming with the IAspNetManagementUtility interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to