Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

apparent file size limits

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
anonymous566

External


Since: Dec 02, 2003
Posts: 5



(Msg. 1) Posted: Tue Dec 02, 2003 8:51 am
Post subject: apparent file size limits
Archived from groups: microsoft>public>inetserver>iis (more info?)

We just updated from SBS 2000 to SBS 2003. Under IIS 5, we used an ASP script to send binary files to clients. Under IIS 6, the same script works for smaller files, but it will not send larger files. For example, 124K files are sent but 7MB files are not. On the client side, the download indicates "0 bytes downloaded in 1 second" when one of the larger files is requested. Apparently there is a file size limitation that did not exist with IIS 5 or perhaps a setting in ISA. What can we do to allow large files to be sent?

 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
anonymous572

External


Since: Dec 02, 2003
Posts: 2



(Msg. 2) Posted: Tue Dec 02, 2003 2:05 pm
Post subject: apparent file size limits [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is a problem I spent 4 weeks trying to resolve with
MS support the answer was.. Use a third party upload
utility.
Under IIS5 uploads were not a problem but IIS6 behavior
was TOTALLY random. Because of my experience the knowledge
base article regarding ASP.NET uploads has been revised to
include a LOT of disclaimers regarding uploads
Here's my last comunication with MS.

-----------------------------------------
CASE_ID_NUM: SRZ030827000332
MESSAGE:
********************** The message for you follows
************************ Hi Humberto,

You may have or have not seen the update to the articles,
but the are complete and they are pretty much the same,
see links below. The key thing that was removed is the
line "The maximum possible size is 2 gigabytes (GB). "

I ran the wording you and I talked about regarding these
articles by a couple of other people and they did not buy
it (the suggestions we were considering). They like it the
way it is or if anything make it a little more
generalized. So hopefully the way we left the articles
will still be sufficient for your documentation. Sorry we
could not make it more specific.

Is there going to be anything else we can do for you on
this issue? If not I would like to close the case. Let me
know.


295626 PRB: Cannot Upload Large Files When You Use the
HtmlInputFile Server
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=295626" target="_blank">http://support.microsoft.com/?id=295626</a>


323245 HOW TO: Upload a File to a Web Server in ASP.NET by
Using Visual Basic
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=323245" target="_blank">http://support.microsoft.com/?id=323245</a>


I am using ASPUpload now and although still a bit flaky
is 1000% more stable than raw IIS6






 >-----Original Message-----
 >We just updated from SBS 2000 to SBS 2003. Under IIS 5,
we used an ASP script to send binary files to clients.
Under IIS 6, the same script works for smaller files, but
it will not send larger files. For example, 124K files are
sent but 7MB files are not. On the client side, the
download indicates "0 bytes downloaded in 1 second" when
one of the larger files is requested. Apparently there is
a file size limitation that did not exist with IIS 5 or
perhaps a setting in ISA. What can we do to allow large
files to be sent?
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 3) Posted: Tue Dec 02, 2003 2:08 pm
Post subject: Re: apparent file size limits [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"MagicJim" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:2425059D-7B85-458C-9185-CE71B1A8678E@microsoft.com...
 > We just updated from SBS 2000 to SBS 2003. Under IIS 5, we used an ASP
script to send binary files to clients. Under IIS 6, the same script works
for smaller files, but it will not send larger files. For example, 124K
files are sent but 7MB files are not. On the client side, the download
indicates "0 bytes downloaded in 1 second" when one of the larger files is
requested. Apparently there is a file size limitation that did not exist
with IIS 5 or perhaps a setting in ISA. What can we do to allow large files
to be sent?


IIS6 does put a default limit of 200K in the AspMaxRequestEntityAllowed part
of the metabase.

<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;820129" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;EN-US;820129</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
anonymous566

External


Since: Dec 02, 2003
Posts: 5



(Msg. 4) Posted: Tue Dec 02, 2003 2:08 pm
Post subject: Re: apparent file size limits [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

----- Tom Kaminski [MVP] wrote: -----

IIS6 does put a default limit of 200K in the AspMaxRequestEntityAllowed part
of the metabase.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;820129

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/



Ok, I'm green at this. I found the metabase, opened it, found the entry, changed it to 52,428,800, but nothing happened. What else do I need to do?
 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 5) Posted: Tue Dec 02, 2003 5:10 pm
Post subject: Re: apparent file size limits [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"MagicJim" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:009EC1A1-A83C-4A36-93D6-90E84832CAC4@microsoft.com...
 >
 >
 > ----- Tom Kaminski [MVP] wrote: -----
 >
 > IIS6 does put a default limit of 200K in the
AspMaxRequestEntityAllowed part
 > of the metabase.
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;820129</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;EN-US;820129</font</a>>
 >
 > --
 > Tom Kaminski IIS MVP
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for
running IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
 >
 >
 >
 > Ok, I'm green at this. I found the metabase, opened it, found the entry,
changed it to 52,428,800, but nothing happened. What else do I need to do?

Did you restart the web service?

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
anonymous566

External


Since: Dec 02, 2003
Posts: 5



(Msg. 6) Posted: Tue Dec 02, 2003 5:10 pm
Post subject: Re: apparent file size limits [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

----- Tom Kaminski [MVP] wrote: -----
Did you restart the web service?

--

Yes but it made no difference.
 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
anonymous566

External


Since: Dec 02, 2003
Posts: 5



(Msg. 7) Posted: Mon Dec 15, 2003 2:01 pm
Post subject: RE: apparent file size limits [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Finally solved the same problem on our server with a workaround. In the script the sends the file, use a loop to read the file and send it in chunks. We we able to send using 1MB chunks.
 >> Stay informed about: apparent file size limits 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]