FAQ
Q: Is there a Maximum Attachment File Size Limit in versaSRS, and if so what is it?
A: By default the Microsoft .Net framework - and not the verasSRS application itself - restricts the amount of data that can be posted back to SQL Server. Generally the default setting is 4 MB (maxRequestLength="4096").
This can be changed by modifying the machine.config file:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config
and locate the line below (maxRequestLength):
Runtime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true"/>
Note: changing the contents of this file will destroy any current application sessions.