I have WCF service and I host it in my local Server (local machine) it work's fine but when I host it in server (internet) at that time it throws below error
An error occurred while receiving the HTTP response to http://www.xxxxxxxx.com/Services/WCFService.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.
This WCF service is for upload pdf files and also do operation as per uploaded pdf file.
problem is occurred when I uploaded pdf file and that file has more pages (approx above 500) at that time it take more execution time (approx 6 to 8 minutes).
if I upload pdf file that has 100 pages, 200 pages, 300 pages, at that time it works well.
NOTE : all the pdf file has below 5 MB size.
Yoy need to set Max Message Size and buffer size for WCF webhttp
You can try to use this: