What is the maximum value for maxAllowedContentLength in a Web.config file having a Windows Server 2008 R2 and IIS 7.5?
<system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="???"/> </requestFiltering> </security> </system.webServer>
The comment above obviously showed where to find the answer.
Another source is to check IIS schema files, which locates usually at %windir%\system32\inetsrv\config\schema
folder
https://github.com/lextm/iis_schema/blob/master/IIS_schema.xml#L1321
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With