Hi,
Is there a setting where I can increase the maxBufferSize to accomodate a large result set when using the DFS .NET productivity pack and not when using WSDL.
For WSDL, we can always increase in the App.Config , the maxBufferSize.
<binding name="DfsContextRegistryService" closeTimeout="00:01:00"
openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
maxBufferSize="104857600" maxBufferPoolSize="104857600" maxReceivedMessageSize="104857600"
messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
useDefaultWebProxy="true">
But how do we achieve this with .NET DFS.
Thanks,
Ashwin