AspNetManagementUtility.DisplayAspNetConfigSettings Methode

Definitie

Haalt de ASP.NET configuratie-instellingen voor de opgegeven ASP.NET-webtoepassing op.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

De computer waaruit configuratie-instellingen moeten worden opgehaald.

site
String

De id van de IIS-website waaruit u configuratie-instellingen wilt ophalen.

virtualDirectory
String

De virtuele IIS-map waaruit u configuratie-instellingen wilt ophalen.

siteName
String

De naam van de IIS-site waaruit u configuratie-instellingen wilt ophalen.

location
String

De specifieke resource waarop de configuratie van toepassing is.

processID
Int32

De systeemproces-id van het proces dat het dialoogvenster configuratie-instellingen weergeeft.

exception
String

De uitzondering(en) die zijn opgetreden.

Implementeringen

Opmerkingen

Zie de MMC Programmer's Guide voor meer informatie over programmeren met de AspNetManagementUtility klasse en de Microsoft Management Console (MMC).

Van toepassing op