This documentation is archived and is not being maintained.
AspNetManagementUtility Methods
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The AspNetManagementUtility 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 | 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. |
|
DisplayAspNetConfigSettings | Retrieves the ASP.NET configuration settings for the specified ASP.NET Web application. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetActiveWindow | Retrieves the window handle to the active window that is attached to the message queue of the calling thread. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsRemoteConfigured | Returns a value indicating whether remote access to the ASP.NET configuration container is enabled. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MessageBox | Creates, displays, and operates a message box in the ASP.NET snap-in for the Microsoft Management Console (MMC). |
|
PathIsDirectory | Returns a value indicating whether the passed filename parameter 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). |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: