Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timeout period elapsed
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01263797
Message ID:
01263899
Vues:
11
>Thanks Paul,
>
> Which section in web.config should I change the value. In Sessionstate I changed from 20 to 200 and also I copied and pasted the code you wrote in the html but it still does not work. Do I have to put my server name in place of Server word.

No, Server is correct.

Here's where you'd change it in the web.config
<system.web>
  <httpModules>
  </httpModules>

  <compilation>
    <assemblies>
    </assemblies>
  </compilation>

  <httpRuntime maxRequestLength="1048576" executionTimeout="180" />
If that doesn't fix it, it could be the timeout on the SQL connection object (CommandTimeout).
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform