Uploading Document

G

Guest

Hi Guys,

I am having problem with uploading documents using .net. If the size of doc
is large, 4 mbs or more, it will give me an error Server not available etc.
While small docs are fine.

What can i do to resolve this issue?

Thanks

Manny
 
G

Guest

Dont the default timeout suppose to be 20 mns. But i get the error in 5-8 secs.

Manny
 
P

Patrice

This KB article is not about the session timeout. It's about the maximum
length of an HTTP request (4Mb by default whihc is likely what prevents you
to submit larger files).
 
G

Guest

The IIS 6 Metabase has the "AspMaxRequestEntityAllowed" key that you can
increase. Look in the "IIS Metabase Properties" for the docs on this.

If this is too small for your filesize you will get a 403 error from IIS.
 
G

Guest

Thanks Patrice.

Patrice said:
This KB article is not about the session timeout. It's about the maximum
length of an HTTP request (4Mb by default whihc is likely what prevents you
to submit larger files).
 

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