Developer forum

Forum » Development » Filemanager Timeout with files over 10mb

Filemanager Timeout with files over 10mb


Reply

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 :)


Replies

 
Nicolai Høeg Pedersen
Reply
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" />

 

 
Reply
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