In previous version of ASP.NET we could use "Server.ScriptTimeout" in controllers t ospecify timeout. How can it be done now in ASP.NET Core?
For example, I know that my page will require around 3-4 minutes to be run. Is it possible to avoid timeouts?