Google

Friday, September 9, 2011

Error: Maximum request length exceeded

Modify Machine.Config file
Add <httpRuntime maxRequestLength="8192" /> under <system.web>


  <system.web>
<httpRuntime maxRequestLength="8192" />

Machine.config is usually located in (you may have different folder name under Framewok:
c$\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG

No comments:

Post a Comment