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

  • Question

  • User1941511009 posted

    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?</div>

    Sunday, February 7, 2021 7:07 AM

All replies

  • User1771714573 posted

    Hi huzaifa zahoor,

    I think it is not issue of load time. Server response 500 means something wrong with application. So please check log file to get sub status code and check detailed errors in Error Page module to get error message.

    Best regards,

    Brucz

    Monday, February 8, 2021 3:12 AM
  • User1941511009 posted

    Hi. Actually, if I check it on a development server. It gives no error. Everything works fine and an error message is just

    "500 - Internal server error.

    There is a problem with the resource you are looking for, and it cannot be displayed."

    Monday, February 8, 2021 5:52 AM
  • User1771714573 posted

    Hi huzaifa zahoor,

    You need to check log file for sub status code. Log files are in C:\inetpub\logs\LogFiles.

    Best regards,

    Brucz

    Monday, February 8, 2021 7:57 AM
  • User-160069093 posted

    Hi @Brucz, really very informative, I just wanna ask same question but forum suggest that already same question has been asked, and after reading your answer it really helpful. 

    Sunday, May 2, 2021 10:41 AM