I am getting error for Maximum request length exceeded.
I have set following line in my web.config file. still I am getting the same error.
<httpRuntime maxRequestLength="1350000" enableVersionHeader="false" maxQueryStringLength="113584" executionTimeout="11600"/>
Can anyone please suggest me what else changes to be done in this case.