Hi,
I have WCF service to read large amount of data from database, based on searching between 2 dates.
i can execute the query from the sql server without any problems with response time maximum 10-15 seconds (about 10,000) records.
but when call it from the service it gives time out. any suggestions
?