I'm currently trying to run an MVC 2 application (.NET 4.0) on Mono, but I am having problems with the XSP server.
Everything is fine when I click the Run button in MonoDevelop. My application starts using the correct version of ASP.NET:
Mono Runtime Version: 2.8 (tarball Tue Oct 5 14:16:19 MDT 2010); ASP.NET Version: 4.0.30319.1
When I try to debug my application, MonoDevelop always uses the wrong version of ASP.NET:
Mono Runtime Version: 2.8 (tarball Tue Oct 5 14:16:19 MDT 2010); ASP.NET Version: 2.0.50727.1433
Does anyone know how I can change this?
Regards,
Philip
source
share