I've successfully managed to setup django + IIS with fastcgi using this guide: https://pypi.python.org/pypi/wfastcgi
I've came across some problems:
1. I can't find a way to see error log - the python traceback, in apache with wsgi the traceback can be found in error.log
, how can the same be done with IIS?
- I've noticed that once in a while, after the site is "inactive" (no connections for a while), the next first request will be very slow. I've found related questions like this:
IIS and ISAPI-WSGI = very slow
But the accepted answer isn't going to be very useful to me, since I need to run it on IIS. /