Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create a asp.net mvc web application compatible with ms .net & mono?

I am thinking about creating my new asp.net mvc web application compatible with native ms .net as well as mono (ms server licensing cost compared to linux server licensing cost). DB access was handled by NHibernate.

Is it possible? What are the limitations of mono regarding asp.net web applications?

Would like to hear about asp.net mvc on mono too.

Thanks

like image 862
twk Avatar asked Sep 06 '09 11:09

twk


2 Answers

I have built a "sandbox" site in ASP.NET MVC compatible with MS/Mono.

Routing was my main concern and it seemed to be just fine under Mono.

I have not used NHibernate undr mono so no answer for you there unfortunately.

If you get the latest version of MonoDevelop (just ported to windows recently.) you can fire it up really quickly and see if your existing app is compatible.

Kindness,

Dan

like image 199
Daniel Elliott Avatar answered Oct 17 '22 00:10

Daniel Elliott


You can use NHibernate on mono, it wokrs without any problems in my experience.

like image 3
Derek Ekins Avatar answered Oct 16 '22 23:10

Derek Ekins