(urgent)HttpRuntime

A

Anuradha

Hi all,

I had my web.config file as below...

<system.web>
<httpRuntime executionTimeout="90" maxRequestLength="102400"
useFullyQualifiedRedirectUrl="false" minFreeThreads="8"
minLocalRequestFreeThreads="4" appRequestQueueLimit="100"
enableVersionHeader="true"/>
......................etc
But when i m trying to upload a file of size 520KB it is not uploading......
(actually i had uploaded the same file in localhost yesterday and i
uploaded the same web.config file to server system.)
wat r the posiible errors for not uploading in server while it is ok in
local host

thanks in advance ,
anu...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top