IAspNetManagementUtility Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC).
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IAspNetManagementUtility
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("ED068D9D-F021-4B07-A43E-3E0CB470172D")]
public interface IAspNetManagementUtility
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("ED068D9D-F021-4B07-A43E-3E0CB470172D")>]
type IAspNetManagementUtility = interface
Public Interface IAspNetManagementUtility
- Derived
- Attributes
Remarks
For more information about programming with the IAspNetManagementUtility interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.
Methods
AcquireVersionList(String, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a comma-separated list containing the version and path to the Aspnet_isapi.dll for each installed ASP.NET version. |
ChangeScriptMap(String, String, Int32) |
This API supports the product 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. |
DisplayAspNetConfigSettings(String, String, String, String, String, Int32, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the ASP.NET configuration settings for the specified ASP.NET web application. |
IsRemoteConfigured(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value indicating whether remote access to the ASP.NET configuration container is enabled. |
PathIsDirectory(String, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value indicating whether the specified |
ReadFileDates(String, String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the creation, modified, and last access dates and times for the specified filename. |
RegisterAsnetMmcAssembly(Int32, String, String, IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Registers the ASP.NET snap-in with the Microsoft Management Console (MMC). |