I have created a web service application hosted in Azure. The service process runs at about 10 minutes to complete and returns a single string with 2782 characters. The service timeout has already been set to 1hour but still I'm receiving a timeout error.
But when I send a small data to process, within 5 min the service responses perfectly.
ERROR: "The operation has timed out"
Note: When I tested my application using the published web service in my local IIS, the process runs smoothly. I also tried to test the service via remote connection of the instance of the hosted service in azure, and it also works fine.