G
Guest
All,
I have a file field control and have set the following in the web config.
<httpRuntime
executionTimeout="600"
maxRequestLength="4096"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100"
/>
Now when I try to upload a file greater then 4mb I get a page cannot be
displayed message - what page is it trying to find and how can i set what
page to look for?
Thanks
Msuk
I have a file field control and have set the following in the web config.
<httpRuntime
executionTimeout="600"
maxRequestLength="4096"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="100"
/>
Now when I try to upload a file greater then 4mb I get a page cannot be
displayed message - what page is it trying to find and how can i set what
page to look for?
Thanks
Msuk