Hi All
I have a web service that looks in a particular folder grabs each file (a jpeg image between 1-2 mb ) and writes it out as 4 other files (different sized images, thumbnails etc) to another folder. The problem is that the initial drop folder where the web service picks up the images can contain up to 5000 image files each between 1-2 mb each, the web service processes about 80 of these image files successfully and then times out after 2 minutes with the message:
"Http Exception -
Request timed out"
So my question is why is this web service timing out? The actual file manipulation code obviiously works as it processes 80 fine.
For your information, the Website, within which this web service lies has a connection time out set to 120 seconds in IIS. Would increasing this timeout affect anything? Or is it likely to be an issue with the code in that it is processing too slowly?
Your initial thoughts are much appreciated
Cheers
John