views:

132

answers:

0

How do I extend a smart client's timeout of a web service request in the application configuration?

I have a smart client that times out before the server is finished with the request I don't want to make code changes at this stage as deployment is difficult. I was hoping to adjust the configuration for client to extend the timeout period to get around the problem until I can code up a better solution.

This is a very similar question to this question