#2039: Provide a way to use django under IIS
-------------------------------------+--------------------------------------
Reporter: mamcx | Owner: nobody
Status: new | Milestone:
Component: Core framework | Version: SVN
Resolution: | Keywords: iis, fastcgi, isapi
Stage: Someday/Maybe | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Comment (by sitbon):
It does run happily under IIS, and faster than most other servers. You
just need to look around for different configuration options. Currently
there is isapi-wsgi and PyISAPIe, both with minimal documentation but the
latter is much more flexible (disclaimer: I am biased, I am the author of
the latter :).
Django devs have already stated to me that they have no intention for
windows/IIS support so you are going to be best off using any WSGI-type
interface to IIS. FastCGI is yet another option IIRC.
So, besides having to do a little bit of configuration, I don't really see
what the issue is...
(BTW, your Trac login doesn't work with Chrome.)
--
Ticket URL: <http://code.djangoproject.com/ticket/2039#comment:25>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.