AspNetManagementUtility.ChangeScriptMap(String, String, Int32) Método

Definição

Registra a versão do Aspnet_isapi.dll especificada pelo parâmetro dllInstall para o caminho virtual do IIS (Serviços de Informações da Internet) da Microsoft especificado pelo parâmetro keyPath.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.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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)

Parâmetros

keyPath
String

O caminho virtual para o qual registrar o Aspnet_isapi.dll especificado pelo caminho passado em dllInstall.The virtual path to which to register the Aspnet_isapi.dll specified by the path passed in dllInstall.

dllInstall
String

O caminho para o Aspnet_isapi.dll a ser registrado com keyPath.The path to the Aspnet_isapi.dll to register with keyPath.

flags
Int32

O comportamento a ser usado ao registrar o Aspnet_isapi.dll.The behavior to use when registering Aspnet_isapi.dll.

Implementações

Comentários

Para obter mais informações sobre programação com a AspNetManagementUtility classe e o MMC (console de gerenciamento Microsoft), consulte o Guia do programador do MMC.For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Aplica-se a