If we are using IIS 7 and .Net Framework 4, what will be the maximum value of maxRequestLength?
maxRequestLength
2,147,483,647 bytes, since the value is a signed integer (Int32). That's probably more than you'll need.