Click here to Skip to main content
16,019,843 members

Comments by baskiramadoss (Top 2 by date)

baskiramadoss 9-Oct-15 6:41am View    
<system.servicemodel>
<bindings>
<basichttpbinding>

<binding name="BasicHttpBinding_IWordToPDFConvertionService" receivetimeout="01:00:00"
="" sendtimeout="01:00:00" maxreceivedmessagesize="2147483647" maxbuffersize="2147483647" maxbufferpoolsize="2147483647">
<readerquotas maxdepth="2147483647"
="" maxstringcontentlength="2147483647" maxarraylength="2147483647" maxbytesperread="2147483647" maxnametablecharcount="2147483647">




<client>
<endpoint address="http://localhost:57103/WordToPDFConvertionService.svc"
="" binding="basicHttpBinding" bindingconfiguration="BasicHttpBinding_IWordToPDFConvertionService" contract="WordToPDFConvertServices.IWordToPDFConvertionService" name="BasicHttpBinding_IWordToPDFConvertionService">



Still i'm getting same issue
baskiramadoss 9-Oct-15 6:12am View    
Hi Patha,

I have same problem could you please send the soln