Snippets
Set Maximum Request Size
In your web.config, find the system.web node and add the httpRuntime child node, like displayed below.
<system.web> <httpRuntime maxRequestLength="32768" /> </system.web>
posted by Christoff Truter on 2009-07-29 11:55:22