ConfigurationAllowDefinition Enumeration
.NET Framework 3.0
Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a ConfigurationSection object.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
| Member name | Description | |
|---|---|---|
| Everywhere | The ConfigurationSection can be defined anywhere. | |
| MachineOnly | The ConfigurationSection can be defined only in the Machine.config file. | |
| MachineToApplication | The ConfigurationSection can be defined in either the Machine.config file, the machine-level Web.config file found in the same directory as Machine.config, or the top-level application Web.config file found in the virtual-directory root, but not in subdirectories of a virtual root. | |
| MachineToWebRoot | The ConfigurationSection can be defined in either the Machine.config file or the machine-level Web.config file found in the same directory as Machine.config, but not in application Web.config files. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: