ASP.NET MVC 3.0 on linux

asp.net-mvcmono

I'll admit it… I'm a n00b in the linux world, but I'm curious to find out if it's possible to run my ASP.NET MVC 3.0 web applications on linux.

Can anybody direct me to or write a guide for n00bs like me that explains thoroughly the entire process of installing mono, apache and/or any other components that are required?

Best Answer

There is a whole section on the mono web dedicated to mono-ASP.NET.

Also, you can download (from the mono download page) a linux virtual image with pre-installed mono and use that for experiments and reference.

Related Topic