Assume I have an ASP.NET MVC app that’s not doing anything too fancy (no P/Invoke, no unsafe, etc).
I’ve considered the idea of running on Mono to support Linux, among other platforms. I haven’t used Mono in a long time. What are the top issues I’m likely to face?
Except for those issues you should mostly be safe for ASP.NET 2.0 as far as I know…