Then your IIS is configured such that it doesn't allow overriding the maxRequestLength from Web.config, its locked down in machine.config, so you'll have to undo that in Web.config and solve it a different way.
Just google for "httpruntime maxrequestlength iis6"
to find out how to solve it