This documentation is archived and is not being maintained.
IAspNetManagementUtility Methods
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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). |
Show: