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

H

Huzaifa Zahoor

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?

Continue reading...
 
Back
Top Bottom