AspNetManagementUtility.ChangeScriptMap(String, String, Int32) Method

Definition

Registers the version of Aspnet_isapi.dll that is specified by the dllInstall parameter to the Microsoft Internet Information Services (IIS) virtual path that is specified by the keyPath parameter.

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

public:
 virtual 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
override this.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.

Implements

Remarks

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

Applies to