2010-12-06 70 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 :-)將是非常有益的。

皮特

回答