Environment : Windows 2003 Server
IIS 6.0
ASP.NET 2.0
When uploading multiple files which greater than 4MB, it prompt 413
Error
Some setting that has been done
a. It is not Webservices.
b. <httpRuntime executionTimeout="900" maxRequestLength="2097151"
c. cscript adsutil.vbs set w3svc/1/uploadreadaheadsize 2000000000
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7e0d74d3-ca01-4d36-8ac7-6b2ca03fd383.mspx?mfr=true
It is giving error.
Thanks in advanced