Changing RIA timeouts on server side?
-
Friday, April 13, 2012 1:21 PM
I'm wondering is there any way to change toimeouts of RIA service on server side. Here (http://techkn0w.wordpress.com/2011/04/05/working-around-big-payloads-and-timeouts-in-ria-services/) I found way to change client timeouts and service behaviors but I don't know how to change default endpoint timeouts?
All Replies
-
Monday, April 16, 2012 11:08 AM
The server side timeouts are by default already set very high. Here is an old post on how to change the maxObjectsInGraph, it shows how to override the default server behavior: http://blogs.objectsharp.com/CS/blogs/dan/archive/2010/04/13/maxitemsinobjectgraph-wcf-ria-services-exception.aspx
-
Tuesday, April 17, 2012 7:43 AM
Tnx for info... I'm that kind of person who must see the numbers to sleep well :) And sometimes blackbox solutions don't give me this comfort :)

