Previous Topic

Next Topic

Book Contents

Increasing the timeout period for ASP.NET

If a web service request runs longer than the default timeout period for ASP.NET, the following message might appear:

Attempted to access an unloaded AppDomain

Such a timeout could occur during synchronization.

To resolve this issue, increase the value for responseDeadlockInterval in the machine.config file on each server. The default value is 3 minutes. This is a global value that applies to all ASP.NET applications. For more information about setting the value, see the Microsoft documentation.

Note: Oracle recommends that you do not change the responseDeadlockInterval value unless you receive the error as described.

Copyright © 2002, 2016 Oracle and/or its affiliates. All rights reserved.