Hi,
We have a special forum here which is the preferred place for Linux/Mono discussions.
If you get the mojoportal source code from svn trunk, it can be used on Mono 1.2.6. I recommend upgrading your MonoDevelop to the latest RC. MonoDevelop 0.17 is what I have.
There are some compiler directives set on the web project which only work with Mono from svn so you need to edit these if working on 1.2.6.
Right click the mojoPortal.Web project node and choose options,then under Configurations > Debug > Code Generation, remove the compiler directives USESETTINGSMAP and EXCLUDEVPP
Do the same thing under Release > Code Generation
Replace the contents of Web.config with the contents of Web.mono.config
Build Solution.
Hope it helps,
Joe