The root element in every configuration file used by the common language runtime and .NET Framework applications.
<configuration>
|
<configuration>
<!-- configuration settings -->
</configuration> |
Child Elements
Remarks
Each configuration file must contain exactly one <configuration> element.
See Also
Configuration File Schema