开发者

Use XSP4 in MonoDevelop

I´m currently trying to get a MVC 2 (.NET 4.0) application running on Mono, but I´ve got some problems with the XSP server.

Everything is fine, when I press 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 ASP.NET version:

Mono Runtime Version: 2.8 (tarball Tue Oct 5 14:16:19 MDT 2010); ASP.NET Version: 2.0.50727.1433

Does anyone know开发者_StackOverflow how I can change this?

Regards,

Philip


The current trunk does not use xsp4 during debugging.

I pushed my branch to http://github.com/silk/monodevelop/tree/xsp4 with that small change.

Master branch of monodevelop now supports xsp4 for debugging both on Linux and Windows.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜