Gets or sets the name of the IIS app.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string IISAppName { get; set; }
Visual Basic
Public Shared Property IISAppName As String
	Get
	Set

Field Value

request.ServerVariables["APPL_MD_PATH"]

See Also