Trap the Maximum request length

G

Giuseppe Esposito

Ok, don't think to reply me "check the web.config" or something like that.
I know about it.
The case is I wrote an HttpModule that perform the upload by chuncking the
stream and rebuilding the file in the
specified server location. So I can posts file over and over the standard
4096Kb limits.

The problems is that IIS, despite this, is able to catch that something more
has been passed
under is feet.

So the question is. Is there a way to say IIS, don't bother me? I'm thinking
about some message to be
set in the ISAPI Worker Request .... or an HttpModule (again??) to catch
the error.

Anybody as some other ideas?

Thanks
Giuseppe
 
W

Winista

You will have to make metabase change in IIS to allow huge request content
to come in. Which will open up your site for more problems like DOS attacks.
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top