wcf - Service timeout while accessing from IIS 7.5 -


configuration: windows server 2008 r2 enterprise, iis 7.5

web site accessing service deployed on different server (which windows server 2003)

i can access service local machine; have web site hosted in iis 7.5 on machine win 7 box. works fine.

error:

[socketexception (0x2746): existing connection forcibly closed remote host]    system.servicemodel.channels.socketconnection.readcore(byte[] buffer, int32 offset, int32 size, timespan timeout, boolean closing) +276  [communicationexception: socket connection aborted. caused error processing message or receive timeout being exceeded remote host, or underlying network resource issue. local socket timeout '00:10:00'.]    system.servicemodel.channels.socketconnection.readcore(byte[] buffer, int32 offset, int32 size, timespan timeout, boolean closing) +16433296    system.servicemodel.channels.socketconnection.read(byte[] buffer, int32 offset, int32 size, timespan timeout) +132    system.servicemodel.channels.connectionstream.read(byte[] buffer, int32 offset, int32 count) +66    system.net.fixedsizereader.readpacket(byte[] buffer, int32 offset, int32 count) +60    system.net.security.negotiatestream.startframeheader(byte[] buffer, int32 offset, int32 count, asyncprotocolrequest asyncrequest) +64    system.net.security.negotiatestream.startreading(byte[] buffer, int32 offset, int32 count, asyncprotocolrequest asyncrequest) +54    system.net.security.negotiatestream.processread(byte[] buffer, int32 offset, int32 count, asyncprotocolrequest asyncrequest) +379  [ioexception: read operation failed, see inner exception.]    system.net.security.negotiatestream.processread(byte[] buffer, int32 offset, int32 count, asyncprotocolrequest asyncrequest) +659    system.net.security.negotiatestream.read(byte[] buffer, int32 offset, int32 count) +170    system.servicemodel.channels.streamconnection.read(byte[] buffer, int32 offset, int32 size, timespan timeout) +187  [communicationexception: socket connection aborted. caused error processing message or receive timeout being exceeded remote host, or underlying network resource issue. local socket timeout '00:10:00'.]    system.runtime.remoting.proxies.realproxy.handlereturnmessage(imessage reqmsg, imessage retmsg) +4727747    system.runtime.remoting.proxies.realproxy.privateinvoke(messagedata& msgdata, int32 type) +1725    ab.rappublisher.interfaceext.irappublisher.getdashboardmessages(string messagetype, datetime businessdate) +0    ab.rappublisher.client.rappublisherclient.getdashboardmessages(string messagetype, datetime businessdate) +235 

have non-http activation installed, net.tcp listener , windows process activation services running?


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -