Possible Duplicate:
How do I set the request timeout for one controller action in an asp.net mvc application
I have an apicontroller class for .net's web api (.net 4)
I would like to set the timeout for RESPONSE for the controller (not a global timeout)
How can I do this?