AspNetManagementUtility.DisplayAspNetConfigSettings Method

Definition

Retrieves the ASP.NET configuration settings for the specified ASP.NET web application.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual void DisplayAspNetConfigSettings(System::String ^ machineName, System::String ^ site, System::String ^ virtualDirectory, System::String ^ siteName, System::String ^ location, int processID, [Runtime::InteropServices::Out] System::String ^ % exception);
public void DisplayAspNetConfigSettings (string machineName, string site, string virtualDirectory, string siteName, string location, int processID, out string exception);
abstract member DisplayAspNetConfigSettings : string * string * string * string * string * int * string -> unit
override this.DisplayAspNetConfigSettings : string * string * string * string * string * int * string -> unit
Public Sub DisplayAspNetConfigSettings (machineName As String, site As String, virtualDirectory As String, siteName As String, location As String, processID As Integer, ByRef exception As String)

Parameters

machineName
String

The computer to retrieve configuration settings from.

site
String

The ID of the IIS website to retrieve configuration settings from.

virtualDirectory
String

The IIS virtual directory to retrieve configuration settings from.

siteName
String

The name of the IIS site to retrieve configuration settings from.

location
String

The specific resource to which the configuration applies.

processID
Int32

The system process ID of the process displaying the configuration settings dialog box.

exception
String

The exception(s) that occurred.

Implements

Remarks

For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to