show/hide this revision's text 2 deleted 23 characters in body; edited tags; edited title

IIS7 - Avoiding upload of files larger than 10mb

Hello, is

Is there any way (probably a module) that can make IIS7 rejects a post with a file larger than 10mb?

My asp.net ASP.NET application has an upload page, and the file cannot be larger than 10mb, I believe that I can check the size of the file only after everything was already sent to the server.

An IIS7 module would be the right choice for this, anyone knows about one?

thanks!

show/hide this revision's text 1

IIS7 - Avoiding upload of files larger than 10mb

Hello, is there any way (probably a module) that can make IIS7 rejects a post with a file larger than 10mb?

My asp.net application has an upload page, and the file cannot be larger than 10mb, I believe that I can check the size of the file only after everything was already sent to the server.

An IIS7 module would be the right choice for this, anyone knows about one?

thanks!