[IronPython] ASP.NET Dynamic Language Support Refreshed!

Jimmy Schementi Jimmy.Schementi at microsoft.com
Wed Sep 24 03:41:56 CEST 2008


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080923/3ced0f2a/attachment.html>


More information about the Ironpython-users mailing list