Asp.NET CORE: How to increase timeout of request for particular Action/ Controller

521 Views Asked by At

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.

0

There are 0 best solutions below