I developed a REST API on Flask and deployed on IIS following the below instruction https://medium.com/@bilalbayasut/deploying-python-web-app-flask-in-windows-server-iis-using-fastcgi-6c1873ae0ad8
Is there any way to debug a Flask app hosted on IIS via WFastCGI?
Currently it only shows {"message": "Internal Server Error"} if there is any error.(which is totally not helpful)
How could I retrieve an error log for this?
Please do not mark as duplicate, the provided link does not help. I used the WFastCGI and IIS thus I do not explicitly run 'flask run' thing