Mega Code Archive

 
Categories / ASP.Net / Development
 

Set httpRuntime maxRequestLength=2048

<configuration>     <system.web>         <httpRuntime maxRequestLength="2048" />     </system.web> </configuration>