0

I have a .Net Framework 4.8 api running in a WindowsServer 2022 with IIS. Sometimes the request does not stop running even when there should a time limit for each request :

enter image description here

I found a similar question but there was no answer : ASP.Net httpruntime executionTimeout not working (and yes debug=false)

In the web.config, I got the debug property set to false and executionTimeout set to 90 but this didn't solve the issue.

The "Shutdown Time Limit" of the application pool is set to 90 seconds but it also doesnt seem to be working.

enter image description here

I also tried a solution of another similar question, but it didnt work : .NET Execution Timeout Not Taking Effect in an MVC Web Project

How can i solve this issue?

Carlos Siestrup
  • 1,031
  • 2
  • 13
  • 33
  • I try to search the possible setting that could detect and kill the long running request but didn't get any. When you found such request, you could try to recycle the app pool as a work around the issue. – Deepak-MSFT Jan 19 '23 at 08:05

0 Answers0