调试托管在 IIS + WFastCGI 上的 Flask 应用程序

MTA*_*ANG 6 windows iis fastcgi flask

我在 Flask 上开发了一个 REST API 并按照以下说明部署在 IIS 上 https://medium.com/@bilalbayasut/deploying-python-web-app-flask-in-windows-server-iis-using-fastcgi-6c1873ae0ad8

有没有办法通过 WFastCGI 调试托管在 IIS 上的 Flask 应用程序?

目前它只显示 {"message": "Internal Server Error"} 如果有任何错误。(这完全没有帮助)

我怎样才能为此检索错误日志?

请不要标记为重复,提供的链接没有帮助。我使用了 WFastCGI 和 IIS,因此我没有明确运行“烧瓶运行”的东西