I am trying to upload file of about 17 MB, but it always returns me with error "Maximum request length exceeded. " I have changed my webconfig file & added value
<httpRuntime
executionTimeou t="300"
maxRequestLengt h="30720"
useFullyQualifi edRedirectUrl=" false"
minFreeThreads= "8"
minLocalRequest FreeThreads="4"
appRequestQueue Limit="100"
/>
But I am still getting the same error.
Any one please help, this is really really really URGENT !!!
Thanks for your help
<httpRuntime
executionTimeou t="300"
maxRequestLengt h="30720"
useFullyQualifi edRedirectUrl=" false"
minFreeThreads= "8"
minLocalRequest FreeThreads="4"
appRequestQueue Limit="100"
/>
But I am still getting the same error.
Any one please help, this is really really really URGENT !!!
Thanks for your help