Problem

Users cannot upload exhibits larger than 4MB (Upload fails)

 

Resolution

1. Open the file "C:\Program Files (x86)\AccessData\MAP and open the web.config file"

2. Change the line 

 

  (should be line 162)

 

To: 

 

 

(**note, the maxRequestLength takes values in KB.  The value above sets it to 250MB)

 

3. Save web.config, then perform an iisreset on the web server.

 

Cause

Default web request length max size is 4MB.  Reported in Summation 5.0.0, fixed in subsequent releases.