System.Web.Configuration.WebApplicationLevel Enumeration

Specifies the path level of a Web-application configuration file.

Syntax

public enum WebApplicationLevel

Remarks

The System.Web.Configuration.WebApplicationLevel class provides three levels that are used to distinguish where a configuration file is in relation to the root level of an ASP.NET Web application. The three path-level types are WebApplicationLevel.AboveApplication, WebApplicationLevel.AtApplication, and WebApplicationLevel.BelowApplication.

Members

Member NameDescription
AboveApplication

Specifies that the configuration file is in a global directory in relation to the current ASP.NET Web application.

AtApplication

Specifies that the configuration file is in the root directory of the current ASP.NET Web application.

BelowApplication

Specifies that the configuration file is in a sub-directory of the current ASP.NET Web application.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0