max file upload size change in web.config
- by Christopher Johnson
using .net mvc 3 and trying to increase the allowable file upload size.
This is what I've added to web.config:
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true">
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah"…