How can I extend the Umbraco Web Service Debug (and non Debug) timeout to greater than 1 hour.
Hi all
I have created a number of Umbraco web services using
public class TTUCAdminController : UmbracoApiController { ..... }
Some of these web services are long running and run in excess of one hour. However running in Visual Studio Debug mode these services timeout after 1 hour.
How can I extend the timeout of the WebServices to a period in excess of one hour. I would prefer a solution that does not extend the timeout for all / unrelated http traffic.
Any assistance with this would be much appreciated.
How can I extend the Umbraco Web Service Debug (and non Debug) timeout to greater than 1 hour.
Hi all
I have created a number of Umbraco web services using
Some of these web services are long running and run in excess of one hour. However running in Visual Studio Debug mode these services timeout after 1 hour.
How can I extend the timeout of the WebServices to a period in excess of one hour. I would prefer a solution that does not extend the timeout for all / unrelated http traffic.
Any assistance with this would be much appreciated.
Thanks
Terry Clancy ClanceZ
is working on a reply...