Peter,
this property "executionTimeOut" seems to be new in .Net Framework version 2.0 it won't help on 1.1 machines.
see:
http://msdn2.microsoft.co...xecutiontimeout.aspxKen,
I've successfully tested uploading in DMX for up to 184 MB Zip-Files with running a "IIS 6 webgarden" with the above configs without changing the maxRequestLength or adding params like executionTimeout.
Please note the difference between webgarden and webfarm:
webgarden: one server runs one website with multiple workerprocesses to increase performance on heavy loads
(I.e. above scenarios, since we don't believe that only one users will upload a large document at A time =:-).
webfarm: multiple servers run one website to give redundancy...