Tagged Questions

3
votes
2answers
948 views

Running ASP.NET MVC under Mono/Linux with xsp

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. ...
2
votes
2answers
91 views

mono - could not find system.web.mvc

Im trying to start a test asp.net mvc application written in mono, and using XSP as the server. The problem is that im getting an exception about missing system.web.mvc on application startup. How ...
2
votes
1answer
259 views

ASP.NET MVC: does AntiForgeryToken work in mono?

I'm trying to use the Html.AntiForgeryToken in ASP.NET MVC under Mono (XSP) and it does not work. It throws the following exception. Any ideas? System.ArgumentNullException: Argument cannot be null. ...
1
vote
1answer
71 views

Huge delay on first browser-request to Mono XSP hosted web-application

We are using the Mono (2.10) XSP4 webserver to host an ASP.Net MVC3 web-application running on an open-embedded Linux (ARM). When starting XSP4 it takes some seconds until it is ready and accepts ...
1
vote
2answers
628 views

Developing ASP.NET MVC using MonoDevelop on MAC

I am developing a web app using ASP.NET MVC 2.0 in MonoDevelop. I have latest Mono 2.10 and MonoDevelop 2.4.2 and I am running them on Mac. According to mono’s release notes, it should support ...
0
votes
1answer
33 views

How can I use Mono.WebServer (XSP) to run my mono ASP MVC application?

I've have been using Mono Develop 2.8 on a to make an ASP MVC application. The application works nicely in Mono Develop and when I 'Run' or 'Debug', from the IDE, it starts a local server to run my ...