[IronPython] IronPython ASP.net MVC

Jimmy Schementi Jimmy.Schementi at microsoft.com
Mon Jun 14 19:09:54 CEST 2010


To just use the IronPython engine in a ASP.NET application, place the DLLs in the same place you would put other 3rd party DLLs; a "bin" directory at the root of the app (same dir as your web.config). See http://aspnet.codeplex.com/wikipage?title=Dynamic%20Language%20Support for direct application framework integration with ASP.NET (code-behind PY files).

There is no support currently for IronPython in ASP.NET MVC, but there is a project that works for IronRuby today, and with minimal work could work for IronPython too: http://github.com/jschementi/ironrubymvc.

~js

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Andrew Evans
Sent: Saturday, June 12, 2010 8:20 PM
To: Discussion of IronPython
Subject: [IronPython] IronPython ASP.net MVC

Hello I am running IronPython 2.6 and have installed IIS. I am curious where to put the dlls and Web.config in my set up for using IronPython with asp.net<http://asp.net>


Would appreciate any help

Cheers

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100614/5c9d585f/attachment.html>


More information about the Ironpython-users mailing list