I have a scenario where some particular Controller/ Action take much time to process data. We can increase the timeout period of request at Web.Config as we used to do with vanilla asp.net. This works site wise. Means it will increase timeout for whole site.
We wish to do so for particular controller or action. Can we do this? Do we have any such attribute or any other means to do so?
I could not find any attribute or something yet.