Hi,
I guess the right way to run a Django app on IIS is to use ISAPI-WSGI
module. However, I haven't tested it much and, definitely, never did so
in a production mode...
Anyway, hope the following helps:
Since Py2.4, ISAPI dll is part of activepython2.4
(http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/pywin32/html/isapi/doc/isapi.html
); also, it's (ISAPI) a part of Mark Hemmond's win32 extensions (
http://sourceforge.net/project/showfiles.php?group_id=78018 ).
There seem to be some other PyISAPIs: http://pyisapie.sourceforge.net/
Anyway, once you ensure that PyISAPI is running correctly, visit
isapi-wsgi extensions page: http://isapi-wsgi.python-hosting.com/ and
run Django as another wsgi app.

greetings,
Giorgi


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to