0

I have a long-running insert query that takes multiple minutes to complete. ASP.Net Core seems to kill the execution part way though the process.

It looks like this has to do with the execution timeout for ASP.Net, however, the solutions that I could find are not applicable to ASP.Net Core.

How can I increase the execution time limit for that controller action?

Douglas Gaskell
  • 9,017
  • 9
  • 71
  • 128

0 Answers0