Monday, November 20, 2006

* WCF : Major Sections of configuration file

<system.ServiceModel>

<services>
<service>
<endpoint/>
</service>
</services>

<bindings>
<!-- Specify one or more of the system-provided binding elements, for example, <basicHttpBinding> -->
<binding>
<!-- For example, a <BasicHttpBinding> element. -->
</binding>
</bindings>

<behaviors>
<!-- One or more of the system-provided or custom behavior elements. -->
<behavior>
<!-- For example, a <throttling> element. -->
</behavior>
</behaviors>

</system.ServiceModel>


Technorati tags: , ,


No comments:

Post a Comment