Maximum value of maxRequestLength?

后端 未结 5 814
失恋的感觉
失恋的感觉 2020-11-29 00:53

If we are using IIS 7 and .Net Framework 4, what will be the maximum value of maxRequestLength?

5条回答
  •  旧巷少年郎
    2020-11-29 01:12

    2,147,483,647 bytes, since the value is a signed integer (Int32). That's probably more than you'll need.

提交回复
热议问题