I want to decrease request timeout in IIS. I already read these links
How to increase request timeout in IIS?
my issue is when I have an ASP.Net Core website on IIS and set timeout in limits to 20 seconds, it will go to 120 seconds and wont stop after 20 seconds. How can I define on IIS if processing request took more than 10 or 20 seconds then timeout and kill the process or recycle the related application pool?