2

There have been some questions and answers here on stackoverflow, but no one asked if it's a good solution to run django on IIS.
Any experience is welcome, both good and bad.

2
  • Who voted to close this? Why? Commented Jan 26, 2010 at 19:55
  • 1
    It certainly is possible - infoq.com/news/2008/03/django-and-ironpython There was a video somewhere on the net of the actual presentation but I can't seem to find it anymore. Commented Jan 27, 2010 at 16:55

1 Answer 1

2

One thing I know is that Django has no official support for IronPython - just CPython and Jython. In addition, PIL - which provides Django's support for image fields - does not natively support IronPython, though the ironclad project could help with that. (Caveat: I have never actually used IronPython, this is just based on research.)

My recommendation would be to use a standard Python interpreter to run Django and use either FastCGI or isapi_wsgi to connect it to your IIS, as Django has more support for FastCGI and WSGI.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.