I am calling WCF service in Windows Phone 8.1, there is one service which is returning large size of data,and that is why I am getting an exception.
"System.ServiceModel.CommunicationException".
InnerException
"Remote server not found"
I am really getting stuck, what to do? I also increase timeout in "web.config"
openTimeout="00:10:00" closeTimeout="00:10:00" sendTimeout="00:10:00" receiveTimeout="00:10:00"
But not getting the result. If there is small number of data in result, then it is giving result. Any help would be greatly appreciated.