Link to home
Start Free TrialLog in
Avatar of Peter Nordberg
Peter NordbergFlag for Sweden

asked on

Inactivity Timeout

Hi,

When I execute a function that takes maybe between 5-10 minutes in my asp.net application I get the following error message:

Inactivity Timeout

Description: Too much time has passed without sending any data for document.

It all works fine on my developing machine but when I run it in production I get this error. I have set timeout like this in web.config:
<forms cookieless="UseCookies" defaultUrl="~/Default.aspx" domain="" enableCrossAppRedirects="false" loginUrl="~/Login" name=".ASPXAUTH" path="/" protection="All" requireSSL="false" slidingExpiration="true" timeout="1440" />

Open in new window


Does someone have a suggestion how to solve it?

Peter
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial