This documentation is archived and is not being maintained.
AspNetManagementUtility::ChangeScriptMap Method
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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.
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
public: virtual void ChangeScriptMap( String^ keyPath, String^ dllInstall, int flags ) sealed
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.
Implements
IAspNetManagementUtility::ChangeScriptMap(String, String, Int32)For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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: