2010-12-06 32 views
3

在asp.net web.config中有两个部分,我正在寻找关于它们实际代表的内容(比特或字节)的权威词汇。第一:请求限制在BITS/BYTES中吗?

<system.webServer> 
    <security> 
    <requestFiltering> 
    <requestLimits maxAllowedContentLength="?" /> 
    </requestFiltering> 
    </security> 
</system.webServer> 

而第二个:“?”

<system.web> 
    <httpRuntime maxRequestLength="?" requestValidationMode="2.0" /> 
</system.web> 

的的显示,我只是不明白,如果他们谈论位或字节的值。

任何建议和支持artciles :-)将是非常有益的。

皮特

回答