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?

3
  • 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. Commented Jan 16, 2013 at 2:08
  • 4
    He is right about it not being a duplicate? Anyone? Commented Aug 15, 2013 at 19:13
  • 3
    Not a duplicate! ApiController != MvcController Commented Oct 2, 2014 at 6:00

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.