We can increase the maximum file upload size by modifying the Web.Config file in the CISPro installation path (\\WebApp\Web.Config). As of this writing the default setting is 4Mb file size, so as an example you could double these values from 4096 to 8192 to accommodate up to an ~8Mb file upload.
This is achieved by editing the line of the Web.Config file under
For example, to increase the file upload limit to 8MB, use the following lines:
After this change is made and saved, the CISPro website should be restarted (either by restarting the Default WebSite in IIS, or by restarting IIS).