Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/14/16 22:23:38 (8 years ago)
Author:
thasling
Message:

#2615:
made minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.ContactServer/App.config

    r13557 r14074  
    1818        <binding name="LargeObjects" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" />
    1919      </netTcpBinding>
    20     </bindings>
    21     <services>
     20    </bindings>   
     21    <services>   
    2222      <service name="DistributedGA.ContactServer.ContactServiceImpl">
    2323        <endpoint bindingConfiguration="LargeObjects" address="ContactService" binding="netTcpBinding" contract="DistributedGA.ContactServer.IContactService"/>
     
    3939          set the value below to true.  Set to false before deployment
    4040          to avoid disclosing exception information -->
    41           <serviceDebug includeExceptionDetailInFaults="False" />
     41          <serviceDebug includeExceptionDetailInFaults="true" />
    4242        </behavior>
    4343      </serviceBehaviors>
Note: See TracChangeset for help on using the changeset viewer.