When uploading a 15MB file with AjaxUploader Version 1.0.0.0, I'm getting the following error in the IIS application event viewer in addition to a client-side error:
Exception information:
Exception type: HttpException
Exception message: Request timed out.
I currently have the web.config httpRuntime executionTimeout setting set to 90... i'm guessing that the only way around this problem is to increase that time?