IronPython Webframework

ironpython, python

Solution

Django has been run on IronPython before, but as a proof-of-concept. I know the IronPython team are interested in Django support as a metric for Python-compatibility.

Somewhat related is the possibility to use IronPython with ASP.NET and ASP.NET MVC, which is probably more mature.

Problem

There seem to be many excellent web frameworks for Python. Has anyone used any of these (Pylons, Web2Py, Django) with IronPython?

Original source