tags:

views:

552

answers:

1
+1  Q: 

HTTP Status 504

Hi All, I'm getting the following error when my win32 (c#) app is calling webservices.

'The request failed with HTTP status 504: Gateway timeout server response timeout.' I understand 'I think' that this is because the upstream request does not get a response in a timely fashion.

But my question is this? How do I change the app.config settings in my win32 application to allow more time to process its data. I assume I require these changes to be made on my app settings as the webservices and IIS hosting the ws are setup with extended times.

Look forward to a response and thank you in advance. Scott

+1  A: 

For a nice explanation of the 504 error: http://www.checkupdown.com/status/E504.html.

Gamecat