I want to increase the request timeout for a specific controller action in my application. I know I can do it in the web.config for the entire application, but I\'d rather c
I had to add "Current" using .NET 4.5:
HttpContext.Current.Server.ScriptTimeout = 300;