ASP.NET MVC on Mono & OSX
Thanks to this guy I've been able to get ASP.NET MVC CTP2 running on OSX and Mono. I've been looking forward to playing with ASP.NET MVC, and I'm pretty excited to be able to get it working on Mono.
UPDATE: That link hasn't been working for a while, but this may help.
I can't recall the exact steps to get it working, but it was something like this. I haven't tried these steps, it's just a hint
- Set up a ASP.NET MVC project structure (with Views, Controllers etc)
- Add a Lib folder in your web site root too
- Copy the ASP.NET MVC DLLs into the Lib folder (Routing, Mvc, Abstractions)
- Update your web.config using my working one for guidance (it worked for ASP.NET MVC CTP2 on Mono at least)

Comments
-
Glad to see it works on OSX! Rock on!
-
Hi, I would like to try your experience of running asp.net mvc on mono… but the link you posted is no more active… could you give the instructions to follow to make it run???
thanks in advance.
mARCO
-
What happened to the reference?
-
Does anybody have a cached copy of the original reference? I’ve got to try and get ASP.NET MVC working on Mono so would like to read the post.
-
Hmm, can’t find a cached version anywhere. I think the most crucial part was the ASP.NET Web.config file (download link).
-
If somebody has the reference – share please …