I am porting an existing ASP.NET MVC applicationto Mono. I am actually trying to make it run under Fedora Linux 11.
After a few tweaks, I have managed to make the solution compile in MonoDevelop.
While trying to execute it with xsp web server, I get the following output:
Handling exception type ConfigurationErrorsException
Message is Error Initializing the configuration system
IsTerminating is set to True
I believe that the problem is in my web.config but I cannot find any more info on the exception. Is there a log somewhere that could contain any more information?
Thanks!