Runtime Settings Schema
Runtime settings specify how the common language runtime handles garbage collection and the version of an assembly to use in configuration files.
<alwaysFlowImpersonationPolicy>
<assemblyBinding> Element for <runtime>
<disableCachingBindingFailures>
| Element | Description |
|---|---|
| Contains information about assembly version redirection and the locations of assemblies. | |
| Contains information about assembly version redirection and the locations of assemblies. | |
| Contains identifying information about an assembly. | |
| Redirects one assembly version to another. | |
| Specifies where the runtime can find an assembly. | |
| Encapsulates binding policy and assembly location for each assembly. | |
| Specifies whether the runtime searches for assemblies in directories specified by the DEVPATH environment variable. | |
| Specifies whether the caching of binding failures, which is the default behavior in the .NET Framework version 2.0, is disabled. | |
| Specifies whether the runtime runs garbage collection concurrently. | |
| Specifies whether the common language runtime runs server garbage collection. | |
| Specifies that the windows identity does not flow across user-defined asynchronous points. | |
| Specifies whether the runtime uses legacy code access security (CAS) policy. | |
| Specifies subdirectories that the runtime searches when loading assemblies. | |
| Specifies whether the runtime applies publisher policy. | |
| Specifies the full name of the assembly that should be dynamically loaded when a partial name is used. | |
| Contains information about assembly binding and the behavior of garbage collection. |