VersaDev Knowledge Base

 

 


Attachments in versaSRS - File Size Limits


Category: FAQ

The information in this article applies to:

  • versaSRS

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.


Last Reviewed: 23/07/2009
Powered by VersaDev Copyright 1994 - 2008

Article # Q731126


Last Reviewed
23/07/2009

Print this page  Print this page
Click link to send to a friend  Send to a friend
Add to Favorites  Add to Favorites

Provided by
VersaDev Support Services


Did the information in this article help answer your question?

Yes
No
Did not apply