This documentation is archived and is not being maintained.
IAspNetManagementUtility Interface
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC).
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
The IAspNetManagementUtility type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AcquireVersionList | Returns a comma separated list containing the version and path to the Aspnet_isapi.dll for each installed ASP.NET version. |
![]() | ChangeScriptMap | Maps the specified Aspnet_isapi.dll to the specified Internet Information Services (IIS) virtual path. |
![]() | DisplayAspNetConfigSettings | Retrieves the ASP.NET configuration settings for the specified ASP.NET Web application. |
![]() | IsRemoteConfigured | Returns a value indicating whether remote access to the ASP.NET configuration container is enabled. |
![]() | PathIsDirectory | Returns a value indicating whether the passed filename is a directory. |
![]() | ReadFileDates | Returns the creation, modified, and last access dates and times for the specified filename. |
![]() | RegisterAsnetMmcAssembly | Registers the ASP.NET snap-in with the Microsoft Management Console (MMC). |
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.
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:
