3

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?

Community
  • 1
  • 1
user789235
  • 223
  • 1
  • 4
  • 9
  • 6
    This is not a duplicate, I have the same problem. An MVC 4 ApiController is not the same MVC Controller they were talking about in 2009. The answers to the other question do not help at all. –  Jan 16 '13 at 02:08
  • 4
    He is right about it not being a duplicate? Anyone? – Double Down Aug 15 '13 at 19:13
  • 3
    Not a duplicate! ApiController != MvcController – dan Oct 02 '14 at 06:00

0 Answers0