1 <?xml version="1.0" encoding="utf-8" ?>
\r
3 <system.serviceModel>
\r
7 <endpoint address="http://localhost:27198/UsingWindsor.svc"
\r
8 binding="basicHttpBinding"
\r
9 contract="Castle.Facilities.WcfIntegration.Demo.IAmUsingWindsor"
\r
10 name="WSHttpBinding_IAmUsingWindsor">
\r
14 <!-- Before deployment, you should remove the returnFaults behavior configuration to avoid disclosing information in exception messages -->
\r
15 <service name="Castle.Facilities.WcfIntegration.Demo.UsingWindsor"
\r
16 behaviorConfiguration="returnFaults">
\r
17 <endpoint address="http://localhost:27198/UsingWindsor.svc"
\r
18 contract="Castle.Facilities.WcfIntegration.Demo.IAmUsingWindsor"
\r
19 binding="basicHttpBinding"/>
\r
24 <behavior name="returnFaults" >
\r
25 <serviceDebug includeExceptionDetailInFaults="true" />
\r
26 <serviceMetadata httpGetEnabled="false" />
\r
30 </system.serviceModel>
\r