Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The root element in every configuration file used by the common language runtime and .NET Framework applications.
<configuration>
<configuration> 
   <!-- configuration settings --> 
</configuration>
Child Elements
| Element | Description | 
|---|---|
| Specifies assembly binding policy at the configuration level. | |
| All elements in the startup settings schema. | |
| All elements in the runtime settings schema. | |
| All elements in the remoting settings schema. | |
| All elements in the network settings schema. | |
| All elements in the crypto settings schema. | |
| All elements in the configuration section settings schema. | |
| All elements in the trace and debug settings schema. | |
| All elements in the ASP.NET configuration schema, which includes elements for configuring ASP.NET Web sites and applications. Used in Web.config files. | |
| All elements in the Web services settings schema. | |
| All elements in the Web settings schema, which includes elements for configuring how ASP.NET works with a host application such as IIS. Used in aspnet.config files. | 
Remarks
Each configuration file must contain exactly one <configuration> element.