Our Sliverlight application (using V2.4) make a call to custom GP Toool which executes huge process which last for more than 10 min (avg), but before that client gets timed out. After going through all forums. a) Increased executiontime out value b) Increased GP Tool client timeout values but nothing worked. Any best methods to find the root cause. In Fiddler we are getting timeout exception in stack trace.
Below is the exact message from fiddler tool
Server Error in '/ArcGIS/rest' Application.
Request timed out. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Request timed out.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
Note : URL is available and able to browse in REST.This is an post request.
Please help on this
