fullTrustAssemblies Element (ASP.NET Settings Schema)
Configures a set of full-trust assemblies for an application.
system.web Element (ASP.NET Settings Schema)
fullTrustAssemblies Element (ASP.NET Settings Schema)
<fullTrustAssemblies> <add... /> <remove... /> <clear/> </fullTrustAssemblies>
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
|
Element |
Description |
|---|---|
|
add |
Optional element. Adds a reference to a full-trust assembly. |
|
clear |
Optional element. Removes all references to full-trust assemblies. |
|
remove |
Optional element. Removes a reference to a full-trust assembly. The value must exactly match that of a previous add directive. |
Parent Elements
|
Element |
Description |
|---|---|
|
configuration |
Specifies the required root element in every configuration file that is used by the common language runtime and .NET Framework applications. |
|
system.web |
Specifies the root element for the ASP.NET configuration section. |