Good day,
Bashed my head against IIS for a while because when trying to send files I kept hitting the 100 seconds timeout. I checked the web.config file for the execution timeout and both IIS and ASP file sizes. Everything was A-OK.
But seems like everybody forgets that when you create an instance of HttpClient on the client side (not the iis server), the default timeout on it is 100 seconds...
As I did not find any info on google for this, here it is now :)
Cheers