Tagged Questions
2
votes
2answers
288 views
How do I deploy a Flask application in IIS?
Can anyone help me get a Flask application running on IIS 6? I have tried to use isapi-wsgi, but when I visit the Virtual Directory address I get a page that says "The specified module could not be ...
1
vote
3answers
762 views
CherryPy3 and IIS 6.0
I have a small Python web application using the Cherrypy framework. I am by no means an expert in web servers.
I got Cherrypy working with Apache using mod_python on our Ubuntu server. This time, ...