Posts by Allison Morais • 11 points
1 post
-
1
votes4
answers6487
viewsA: Maximum request size ASP.Net MVC
Just you make the change in your web.config, thereby: < system.web><br> < httpRuntime maxRequestLength="10240"/> <br> < / system.web> The value is set in kilobytes and…