I think you need to make the maxRequestLength large enough to handle the file
<httpRuntime requestValidationMode="2.0" maxRequestLength="102400" maxUrlLength="560" maxQueryStringLength="2048" />
request filtering section looks fine but the above is a problem.