Install askbot on windows under iis

I already managed to install askbot on windows and it runs with python manage.py runserver localhost:8088 but I cant run it on iis, did any of you achieve such an epic quest?

ADC's avatar
1
ADC
asked 2014-10-28 10:44:55 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

It's easier to find instructions on the web if you search for IIS and Django (rather than AskBot, which uses the Django framework). Here's one such article: http://serverfault.com/questions/366348/how-to-set-up-django-with-iis-8 . The IIS solutions generally use some form of FastCGI. I just did a Windows install with Apache (with mod_wsgi), have not yet had the time to compare it with IIS. The Apache configuration was more challenging than I anticipated but I did get it to work. It is unfortunate that the web server configuration for AskBot can take much more time than AskBot itself.

jdigital's avatar jdigital (2014-11-07 23:09:10 -0500) edit
add a comment see more comments