Per allungare il timeout e la dimensione dei file in upload
aggiungere nella web.config nella sezione system.web
<httpRuntime executionTimeout="120000" maxRequestLength="102400"></httpRuntime>
102400 = 100 Mb
1048576 = 1 Gb
aggiungere nella web.config nella sezione system.web
<httpRuntime executionTimeout="120000" maxRequestLength="102400"></httpRuntime>
102400 = 100 Mb
1048576 = 1 Gb