1 <?xml version=
"1.0" encoding=
"utf-8" ?>
5 <add type=
"System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
6 name=
"NewListener" traceOutputOptions=
"LogicalOperationStack, DateTime, Timestamp, ProcessId, ThreadId, Callstack">
12 <compilation debug=
"true" />
14 <!-- When deploying the service library project, the content of the config file must be added to the host's
15 app.config file. System.Configuration does not support config files for libraries. -->
18 <messageLogging logEntireMessage=
"true" />
22 <binding name=
"LargeAlowanceBinding" receiveTimeout=
"00:10:00"
23 sendTimeout=
"00:01:00" transferMode=
"StreamedRequest" maxBufferPoolSize=
"524288000"
24 maxBufferSize=
"65536000" maxReceivedMessageSize=
"65536000">
25 <readerQuotas maxDepth=
"256" />
30 <service behaviorConfiguration=
"ShareDiscovery.ShareDiscoveryServiceBehavior"
31 name=
"ShareDiscovery.ShareDiscoveryService">
32 <endpoint address=
"" binding=
"netTcpBinding" bindingConfiguration=
"LargeAlowanceBinding"
33 name=
"tcpShareDiscovery" contract=
"ShareDiscovery.IShareDiscoveryService">
35 <dns value=
"localhost" />
38 <endpoint address=
"mex" binding=
"mexTcpBinding" bindingConfiguration=
""
39 name=
"mexEndpoint" contract=
"IMetadataExchange" />
42 <add baseAddress=
"net.tcp://localhost:8731/ShareDiscoveryService" />
49 <behavior name=
"ShareDiscovery.ShareDiscoveryServiceBehavior">
50 <serviceMetadata httpGetEnabled=
"false" />
51 <serviceDebug includeExceptionDetailInFaults=
"true" />
52 <dataContractSerializer maxItemsInObjectGraph=
"16777216" />
56 </system.serviceModel
>