Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timeout period elapsed
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01263797
Message ID:
01263899
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform