Question
RemoteObject request timeout
I am having an issue with a request failing when executing a
long data call (examining over 9 million rows). I have compiled the
app in Flex and all is fine, but when I compile the same code using
WindowedApplication (an AIR app) the request seems to fail after 30
seconds with the shorter data calls working fine. I have set the
requestTimeout property to 0 in my RemoteObject and have tried
setting numerous timeouts within the Web.config,
services-config.xml, and the remoting-config.xml to no avail. Am I
missing something? Please help!
