http://blog.jimmy.schementi.com/2008/09/aspnet-dynamic-language-support.html
Today, the IronPython and ASP.NET teams released ASP.NET Dynamic Language Support<http://codeplex.com/aspnet/Wiki/View.aspx?title=Dynamic%20Language%20Support&referringTitle=Home> on the ASP.NET Codeplex site<http://codeplex.com/aspnet>! Download it here: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=17613 The release contains: * ironpython-webforms-sample.zip: running IronPython ASP.NET website. Either dump this in IIS or open with Visual Studio as a website project. * ironpython-mvc-sample.zip: and IronPython ASP.NET MVC website, so you can get a feel for how dynamic languages can integrate into MVC. However, this just shows IronPython working in Views, not Controllers or Models yet. This requires MVC to be installed<http://www.codeplex.com/aspnet/Wiki/View.aspx?title=MVC&referringTitle=Home> to open the project in Visual Studio. Open it with Visual Studio, build, and run your shiny IronPython ASP.NET MVC app. * aspnet-dlr-docs.zip: Documentation on how to use all this stuff. Open intro.html and have fun. :) More information from Phil Haack's post: http://haacked.com/archive/2008/09/23/refreshing-asp.net-dynamic-language-support.aspx This build of IronPython is between Beta4 and Beta5; in the future the ASP.NET support will be released in sync with IronPython releases. ~Jimmy
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
