<remove>-Element für <assemblies>
Entfernt einen Verweis auf eine Assembly.
<configuration>
<system.web>
<compilation>
<assemblies>
** <remove>**
<remove assembly="assembly"/>
Erforderliches Attribut
Attribut | Beschreibung |
---|---|
assembly | Die zu entfernende Assembly. |
Beispiel
Im folgenden Beispiel werden Kompilierungseinstellungen für eine Anwendung konfiguriert.
<configuration>
<system.web>
<compilation defaultLanguage="VB">
<assemblies>
<remove assembly="ADODB"/>
<remove assembly="*"/>
</assemblies>
</compilation>
</system.web>
</configuration>
Anforderungen
Enthalten in: <system.web>
Webplattform: IIS 5.0, IIS 5.1, IIS 6.0
Konfigurationsdatei: Machine.config, Web.config
Konfigurationsabschnittshandler: System.Web.Configuration.
Siehe auch
<assemblies>-Element | ASP.NET-Konfiguration | ASP.NET-Einstellungsschema