remove Element for fullTrustAssemblies (ASP.NET Settings Schema)

Removes a reference to a full-trust assembly from an application.

<configuration> Element
  system.web Element (ASP.NET Settings Schema)
    fullTrustAssemblies Element (ASP.NET Settings Schema)
      remove Element for fullTrustAssemblies (ASP.NET Settings Schema)

<remove
    assemblyName = "Assembly_Name"
    version = "Assembly_Version"
/>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

assemblyName

Required attribute.

Removes a reference to a full-trust assembly.

The value must exactly match that of a previous add directive.

version

Required attribute.

Removes a reference to a full-trust assembly.

The value must exactly match that of a previous add directive.

Child Elements

None.

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.

fullTrustAssemblies

Configures a set of full-trust assemblies for an application.

See Also

Reference

FullTrustAssembly

FullTrustAssemblyCollection