problem with large uploads on IIS 6.0

problem with large uploads on IIS 6.0

am 13.07.2005 21:04:38 von sai

Hi,

I have problem with large uploads (over 4 MB) on IIS 6.0 and win 2K3.
We have build this new win 2k3 machine and used microsoft migration
tool to migrate from windows 2000 (IIS 5) to windows 2003 (IIS 6),
everything worked beautiful, except this upload issue. I have modified
AspMaxRequestEntityAllowed="1073741824" in metabase.xml, initially it
wasnt uploading over 200K, after the change I was able to upload over
200K but not above 4 MB. What could be the reason?

Appreciate your help.

Thanks
SAI

Re: problem with large uploads on IIS 6.0

am 13.07.2005 21:19:36 von Andrey P

Sai wrote:
> Hi,
>
> I have problem with large uploads (over 4 MB) on IIS 6.0 and win 2K3.
> We have build this new win 2k3 machine and used microsoft migration
> tool to migrate from windows 2000 (IIS 5) to windows 2003 (IIS 6),
> everything worked beautiful, except this upload issue. I have modified
> AspMaxRequestEntityAllowed="1073741824" in metabase.xml, initially it
> wasnt uploading over 200K, after the change I was able to upload over
> 200K but not above 4 MB. What could be the reason?
>
> Appreciate your help.
>
> Thanks
> SAI
>

Hello,

I'd suggest to tweak httpRuntime parameter:

http://dotnetjunkies.com/WebLog/grant.killian/archive/2004/0 1/14/5596.aspx

And also check it out - response from Kyle Terns in this newsgroup:

http://groups-beta.google.com/group/microsoft.public.inetser ver.iis/browse_frm/thread/a0a67465660c58b0/1b969b285ad06046? hl=en&lr=&ie=UTF-8&rnum=2&prev=/groups%3Fq%3D%2Blimit%2B%252 2Response%2BBuffer%2522%2Bgroup:*iis*%26hl%3Den%26lr%3D%26ie %3DUTF-8%26selm%3Dcc5373c0.0307310006.7711d3a5%2540posting.g oogle.com%26rnum%3D2#1b969b285ad06046

-Andrey