I know i've seen this issue before i however i can't remember if there was a fix for this? and if there was what todo :)
Developer forum
Filemanager Timeout with files over 10mb
Replies
You must be logged in to post in the forum
I know i've seen this issue before i however i can't remember if there was a fix for this? and if there was what todo :)
jed@dkis.dk wrote:
I know i've seen this issue before i however i can't remember if there was a fix for this? and if there was what todo :)
Think its web.config:
<httpRuntime executionTimeout="180" maxRequestLength="204800" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true" />
np wrote:
jed@dkis.dk wrote:
I know i've seen this issue before i however i can't remember if there was a fix for this? and if there was what todo :)
Think its web.config:
<httpRuntime executionTimeout="180" maxRequestLength="204800" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true" />
Arh yeah, thx Nicolai :)
You must be logged in to post in the forum