我有一个带有IIS的Windows 2012服务器,上面有我的web.py脚本。 此脚本在服务器的localhost上正常工作,但我想部署它以在Internet上使用。 由于我找不到任何好的文档或来源,所以我们非常感谢您的帮助。
提前完成。
答案 0 :(得分:0)
请检查:
http://netdot.co/2015/03/09/flask-on-iis/或 http://www.golden-orb.ltd.uk/running-a-python-website-using-microsoft-iis/
使用 wfastcgi 或
将 HttpPlatformHandler与Flask和Tornado一起使用