I'm trying to run a .NET web application through Mono. I'm using Mono Tools 2.0 beta on VS 2008 and trying to debug locally (directly on Windows).
When I just "Run in Mono", the application launches fine -- even though I get a fatal exception which I'll deal with once I get debug mode working.
But when I "Debug in Mono", I see the Mono console window pop up, stay there without displaying any messages for a while and then I get an error dialog saying "Failed to start XSP!".
I'm looking advice in troubleshooting this problem since I'm still trying to ramp up on Mono concepts/architecture.