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?