<remove> Element for <serviceDescriptionFormatExtensionTypes>

Removes a single service description format extension type from within the scope of the configuration file.

<configuration>
   <system.web>
      <webServices>
         <serviceDescriptionFormatExtensionTypes>

**            <remove>**

<remove type="service description format extension type"/>

Required Attribute

Attribute Description
type The service description format extension to remove.

Example

The following example removes a protocol for a Web application.

<configuration>
   <system.web>
      <webServices>
         <serviceDescriptionFormatExtensionType>
            <remove type=""/>
         </serviceDescriptionFormatExtensionType >
      <webServices>
   </system.web>
</configuration>

Requirements

Contained Within: <system.web>

Web Platform: IIS 5.0, IIS 5.1, IIS 6.0

Configuration File: Machine.config, Web.config

Configuration Section Handler: System.Web.Services.Configuration.WebServicesConfigurationSectionHandler

See Also

<webServices> Element | <serviceDescriptionFormatExtensionTypes> Element | XML Web Services Created Using ASP.NET and XML Web Service Clients | ASP.NET Configuration | ASP.NET Settings Schema