Hi rtur,
Sorry, I try to summarize things a bit. First of all, my goal is to get Blogengine 2.7 run on my Ubuntu 12.04 Server under Mono environment using Apache mod_mono. Unfortunately I encountered issues during the tryouts.
1. I get the Blogengine.Web source on my Ubuntu desktop system, and compiled it with MonoDevelop. The compilation was successful so I deployed the BE to my server. During the first start, of the blog I always got exception, so the blog site did not appear. I created an issue here about it (http://blogengineweb.codeplex.com/workitem/3).
2. I had an idea to try a "cross-compile" deployment. In that case, I compiled Blogengine.Web source on Windows using VS 2010, and deployed it to the server. When I opened the page, I had a "registry-based" quick exception at start, but after refreshing the page the blog site appeared in the browser. I can login to the blog with admin, but when I try for example accessing the Posts page I get the exception above. I disabled the optimization based on your advice, but nothing changed. Here I have to mention that when I access the "Welcome to BlogEngine.NET 2.7" the page not display correctly. And when I try to access the "Dashboard" not a page returns but a "default.cshtml" file, which my browser wants to download.
These are my current problems with the BE on Ubuntu.
Thank you for your help!
KU