I am migrating an existing ASP.NET MVC application to Mono. I'm actually trying to run it under Fedora Linux 11.
After a few tricks, I managed to compile the solution in MonoDevelop.
When I try to execute it with the xsp web server, I get the following output:
Exception Type Handling ConfigurationErrorsException
Error Message Initializing the Configuration System
IsTerminating is set to True
I believe the problem is in my web.config, but I can not find more information about the exception. Is there a magazine somewhere that may contain any additional information?
Thanks!
source
share