L'avevo già provato e ora l'ho riprovato, scrivendo nel web.config questo codice:

codice:
<configuration>
   <system.web>
     ....
     <httpRuntime maxRequestLength="4000"
     useFullyQualifiedRedirectUrl="true"
     executionTimeout="75"/>
   </system.web>
</configuration>
Però dopo 30 secondi scade lo stesso dandomi sempre questo errore:

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.