次の方法で共有


<clear> 要素

親タグに該当する項目へのすべての参照を削除します。<clear> 要素は、<system.web> の下位にある <assemblies><clientTarget><compilers><httpHandlers><httpModules><serviceDescriptionFormatExtensionTypes> の各親タグのサブタグです。

<configuration>
   <system.web>
      <assemblies>
         <clear>
      <clientTarget>
         <clear>
      <compilation>
         <compilers>
            <clear>
      <httpHandlers>
         <clear>
      <httpModules>
         <clear>
      <serviceDescriptionFormatExtensionTypes>
         <clear>
      <webServices>
         <protocols>
            <clear>
      <soapExtensionTypes>
         <clear>
      <soapExtensionReflectorTypes>
         <clear>
      <soapExtensionImporterTypes>
         <clear>

<clear>

アプリケーションのすべてのアセンブリ参照を削除する例を次に示します。

<configuration>
   <system.web>  
      <assemblies>
         <clear/>
      </assemblies>
   </system.web>
</configuration>

必要条件

格納されている場所 : <system.web>

Web プラットフォーム : IIS 5.0、IIS 5.1、IIS 6.0

構成ファイル : Machine.config、Web.config

構成セクション ハンドラ : System.Web.UI.CompilationConfigurationHandler、System.Web.Configuration.HttpHandlersSectionHandler、System.Web.Configuration.HttpModulesConfigurationHandler のいずれか

参照

<assemblies> 要素 | <compilers> 要素 | <httpHandlers> 要素 | <httpModules> 要素 | <serviceDescriptionFormatExtensionTypes> 要素 | ASP.NET の構成 | ASP.NET 設定スキーマ