This documentation is archived and is not being maintained.

IAspNetManagementUtility::ChangeScriptMap Method

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

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

Namespace:  Microsoft.Aspnet.Snapin
Assembly:  AspNetMMCExt (in AspNetMMCExt.dll)

void ChangeScriptMap(
	[InAttribute] String^ keyPath, 
	[InAttribute] String^ dllInstall, 
	int flags
)

Parameters

keyPath
Type: System::String
The virtual path to which to register the Aspnet_isapi.dll specified by the path passed in dllInstall.
dllInstall
Type: System::String
The path to the Aspnet_isapi.dll to register with keyPath.
flags
Type: System::Int32
The behavior to use when registering Aspnet_isapi.dll.

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

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: