Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IronPython and ASP.NET

Has anyone built a website with IronPython and ASP.NET. What were your experiences and is the combination ready for prime-time?

like image 764
John Mac Avatar asked Aug 15 '08 20:08

John Mac


2 Answers

The current version of ASP.NET integration for IronPython is not very up-to-date and is more of a "proof-of-concept." I don't think I'd build a production website based on it.

Edit:: I have a very high level of expectation for how things like this should work, and might setting the bar a little high. Maybe you should take what's in "ASP.NET Futures", write a test application for it and see how it works for you. If you're successful, I'd like to hear about it. Otherwise, I think there should be a newer CTP of this in the next six months.

(I'm a developer on IronPython and IronRuby.)

Edit 2: Since I originally posted this, a newer version has been released.

like image 126
Curt Hagenlocher Avatar answered Sep 21 '22 08:09

Curt Hagenlocher


Check out the Dynamic Languages in ASP.NET page on Codeplex. This has the newest IronPython bits. It doesn't give you any Visual Studio integration, other than the sample website project, but that's coming.

like image 42
Jimmy Schementi Avatar answered Sep 21 '22 08:09

Jimmy Schementi