You can set this in the web.config by changing the maxRequestLength value (in bytes). The default is 4mb.
<httpRuntime maxRequestLength="4000" executionTimeout="1000" />