Click here to Skip to main content
15,867,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm implementing a django and will deploy to Azure, as the wfastcgi got errors several times before, so I changed it to httpplatformhandler, unfortunately, as I reviewed the log, I always get server error 500 while running, but I really cannot catch the errors where it came from, so, could someone give a big favor to teach me how I can debug line by line within this environment? Or any suggestions on settings that I can simulate the platform locally by using IIS + httpplatformhsndler + django? Or how can I capture errors under httpplatformhandler?

I'm using python 3.5.x, django 1.10.x, httpplatformhandler + azure web app, I don't have VM or on-premises network, just deploy to azure web app directly.

Very Thankful if someone can let me know how you do so.

Thanks a lot at all!


What I have tried:

Just return Internal Server 500 when I reviewed the log
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900