Currently I'm trying to implement a longer page timeout (due to a rather large file upload) in MVC 6 in an Async controller and it seems the trusty ol' [AsyncTimeout] attribute does not exist any more in vNext.
I've scoured the net for answers on this and found nothing so far, has anyone found a solution?