Home All Groups Group Topic Archive Search About
Author
23 Dec 2005 9:14 AM
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...

Author
24 Dec 2005 12:21 AM
Houston Lucifer
I am just guessing here any issues with the firewalls?

Show quoteHide quote
"Anuradha" wrote:

>  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...
>
>
>
Are all your drivers up to date? click for free checkup

Author
26 Dec 2005 5:32 AM
anu radha
Hi Houston Lucifer,


Thanks for ur reply.......

anu...

*** Sent via Developersdex http://www.developersdex.com ***

Bookmark and Share