Note that there are some explanatory texts on larger screens.

plurals
  1. POopen operation did not complete within allotted time wcf wsdualhttpbinding
    primarykey
    data
    text
    <p>i have hosted a wcf service in iis on remote machine and trying to access that service from another machine.both the machines are in the same domain.the app.config of client:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;configuration&gt; &lt;system.serviceModel&gt; &lt;bindings&gt; &lt;wsDualHttpBinding&gt; &lt;binding name="WSDualHttpBinding_IReportReceiver" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Mtom" textEncoding="utf-8" useDefaultWebProxy="true"&gt; &lt;readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /&gt; &lt;reliableSession ordered="true" inactivityTimeout="00:10:00" /&gt; &lt;security mode="None"&gt; &lt;message clientCredentialType="Windows" negotiateServiceCredential="true" algorithmSuite="Default" /&gt; &lt;/security&gt; &lt;/binding&gt; &lt;/wsDualHttpBinding&gt; &lt;/bindings&gt; &lt;client&gt; &lt;endpoint address="http://nts0104:5950/ReportReceiver.svc" binding="wsDualHttpBinding" bindingConfiguration="WSDualHttpBinding_IReportReceiver" contract="ServiceReference1.IReportReceiver" name="WSDualHttpBinding_IReportReceiver"&gt; &lt;identity&gt; &lt;userPrincipalName value="ReportServer\reportserver@ac.lp.acml.com" /&gt; &lt;/identity&gt; &lt;/endpoint&gt; &lt;/client&gt; &lt;/system.serviceModel&gt; &lt;system.diagnostics&gt; &lt;sources&gt; &lt;source name="System.ServiceModel" switchValue="Error" propagateActivity="true"&gt; &lt;listeners&gt; &lt;add name="traceListener" type="System.Diagnostics.XmlWriterTraceListener" initializeData= "c:\log\Traces.svclog" /&gt; &lt;/listeners&gt; &lt;/source&gt; &lt;/sources&gt; &lt;/system.diagnostics&gt; &lt;/configuration&gt; </code></pre> <p>the service runs under a specific pool and account reportserver@ac.lp.acml.com. no clue of y this happens.surfed alot and nothing helped.pls provide in ur solutions. thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload