WCF SERVICE gives us faulted response

Posted by malik on Stack Overflow See other posts from Stack Overflow or by malik
Published on 2010-04-19T09:01:27Z Indexed on 2010/04/19 9:03 UTC
Read the original article Hit count: 230

Filed under:
|

My service is hosted on IIS7, windows 2008 server with sql server2008 express.

I am getting following error when the process takes more than 2 minutes i got this response, i m unable to find out either it is due to sql server time out or wcf time out. my sql server process is also took long. An error occurred while receiving the HTTP response to http://REMOTE/SynchronizationService_test/SyncService.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about sql-server-2008