<httpModules> 的 <remove> 項目
移除模組的參考。<remove> 的值必須完全符合先前 <add> 指示詞的值。
<configuration>
<system.web>
<httpModules>
<remove>
<removename="ModuleName"/>
必要屬性
屬性 | 說明 |
---|---|
name | 先前使用 <add> 在其下加入模組的名稱。 |
範例
下列範例會移除 OutputCache 模組。
<configuration>
<system.web>
<httpModules>
<remove name="OutputCache"/>
</httpModules>
</system.web>
</configuration>
需求
包含於:<system.web>
**Web 平台:**IIS 5.0、IIS 5.1、IIS 6.0
**組態檔:**Machine.config, Web.config
**組態區段處理常式:**System.Web.Configuration.HttpModulesConfigurationHandler