SCENARIO -
DEV: Customer uploads 104KB csv File is uploaded to specified directory then read and populated into data table.
Request Size Limits
Maximum number of POST request parameters 100
Maximum size of post data 20MB
Request Throttle Threshold 4MB
Request Throttle Memory 200MB
DEV is a single server.
QA: Customer uploads 104KB csv File is uploaded to specified directory but not read into table
Request Size Limits
Maximum number of POST request parameters 100
Maximum size of post data 20MB
Request Throttle Threshold 4MB
Request Throttle Memory 200MB
NARRATIVE -
QA is load balanced between two servers via F5 device with cookie-enabled session persistence. Both servers are configured via CF10 Enterprise sandbox to access same data area. Code is promotion is automated up the server stack from DEV to QA to PROD. Code functions as expected in DEV, but not in QA which leads me to suspect a server configuration difference or a load balancing session issue. I have verified the request size limits match in the single server DEV environment and the dual server QA environment.
Modifying QA to:
Request Size Limits
Maximum number of POST request parameters 100
Maximum size of post data 100MB
Request Throttle Threshold 100MB
Request Throttle Memory 500MB
does nothing for the process and the browser still times out. I do not see anything logged in the CF admin indicating the failure nor anything in the IIS logs indicating the failure. What could I be overlooking? Thanks in advance.