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-boun...@lists.ironpython.com [mailto:users-boun...@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
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com