stackuser1
stackuser1

Reputation: 213

Channel time out error when trying to use wcf service in asp.net application

The request channel timed out while waiting for a reply after 00:00:59.9970702. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.

Upvotes: 0

Views: 262

Answers (1)

KhanS
KhanS

Reputation: 1195

Make the wcf service call the close() method, after the service invocation.

Upvotes: 2

Related Questions