How to increase loading time of post request in IIS windows server 2019

Huzaifa Zahoor 1 Reputation point
2021-02-07T07:07:41.377+00:00

I have deployed Django on an IIS Windows Server 2019. When I submit the form, the python needs more than 40 seconds for the backend process, in which I'm doing some techniques, but after 40 seconds, the IIS server responds with an error of 500 but the same thing is doing good on development server. One thing more is that when the server responds with error, I noticed that the backend process is still running, but I show Error 500 on the frontend view. Kindly help me with that. How can I increase this loading time of IIS?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
{count} votes