Tagged Questions

5
votes
2answers
3k views

Is it possible to get an ASP.NET MVC 3 project working under Mono 2.10?

Mono 2.10's release notes suggest support for ASP.NET MVC 3.0 and Razor using XSP. Upon opening a newly created ASP.NET MVC 3.0 default project (created with Visual Studio 2010) in MonoDevelop 2.4.2 ...
3
votes
2answers
158 views

Is support for ASP.Net in mono being discontinued?

I was listening to a recent stack exchange podcast episode 11 and sometime during it Joel stated that ASP.Net was officially no longer supported by mono. I've been looking around and haven't been ...
3
votes
1answer
1k views

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 ...
3
votes
2answers
949 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. ...
3
votes
2answers
424 views

Mono XSP License

First of all I'm sorry for such a question, I look over the internet and google searches but there so many different ideas out there. In a mail-list I actually see that people claim that one need to ...
2
votes
0answers
208 views

Could not launch the web server.The “xsp4” web server cannot be started. Please ensure that it is installed

I am new to using Monodevelop. I have installed Monodevelop 2.8.1 using a ppa (http://ppa.launchpad.net/ermshiperete/monodevelop/ubuntu) which works real fine except that I cannot run a web app from ...
2
votes
2answers
93 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
2answers
609 views

XSP4 from Mono 2.10 not working under Windows

I'm trying to run any application on XSP4 web server using new Mono 2.10 (downloaded from windows installer bundle). I have already tried to run simple ASP.NET MVC2 project and ASP.NET. Both were ...
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. ...
2
votes
1answer
280 views

Any issues running a daemon via XSP2?

We want to run a daemon that exposes itself via ASMX, using Mono 2.0 (or later). Instead of dealing with the ASP.NET hosting APIs, we're thinking about just starting a daemon thread in the ...
1
vote
1answer
73 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
632 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 ...
1
vote
2answers
569 views

Is it possible to host a WCF service using Mono's XSP Web server?

I have made a very simple Asp.net web site with a WCF service - "Person.svc" - that runs fine when hosted on Asp.Net development server(visual web developer 2010), but if I host on Mono's XSP 2 and ...
1
vote
3answers
300 views

Does the XSP2 web server always uses Mono?

I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?
1
vote
1answer
319 views

HttpHandler to handle all kinds of URL's in Mono Apache/XSP in order to build a REST service

I want to develop my own REST service, so I've created an IHttpHandler that is configured with verb="*" and path="*", the the application in ~/MyRESTsrv/ will handle any derived URL. This approach ...
1
vote
1answer
347 views

Mono XSP ignores <location> directive in Web.Config

I'm porting my ASP.NET application to Mono. I built it from SVN trunk under Debian 5.0. I allow anonymous access to Logout.aspx and styles.css using Web.config directives: <location ...
1
vote
1answer
166 views

Does mod_mono need xsp to work or to work better?

I run an apache 2.2 web server to serve asp.net web applications with mod_mono. It works fine. But mono-xsp2 service running too.. Does mod_mono need xsp to work or to work better? I am asking that ...
1
vote
2answers
246 views

Debugging xsp on windows

Is it possible to debug a website running under xsp on windows? I would like to attach to the process from visual studio if that is possible. I modified my xsp2.bat file to enable debuging ...
0
votes
1answer
22 views

How can I run xsp4 as a background process on linux?

Is there an easy way to get xsp4 running as a background process on a linux server? When I run xsp4 I get this: xsp4 Listening on address: 0.0.0.0 Root directory: /test Listening on port: 80 ...
0
votes
1answer
35 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 ...
0
votes
0answers
60 views

XSP4 could not start, missing xsp4 assembly

I have a mono (2.10.7) instance running and I'm trying to code some ASP.NET MVC 3 application but I just hit a wall I don't know how to pass. First, I was getting an error about XSP4 not being found ...
0
votes
0answers
58 views

Why can't I access my sqlite db when I was able to hours ago?

I get the error below. I know in fact this is a lie. I am using mono.sqlite on a asp.net website. It was working before, when I had copied the file into the expected folder. Then I removed it and ...
0
votes
1answer
135 views

using .asmx using lighttpd and mono fastcgi

I have deployed a web service to a ubuntu server running lighttpd and fastcgi-mono-server2. The .asmx page loads correctly but when I test the method I get a 404. My web service is called ...
0
votes
0answers
85 views

WCF mono with Basic auth, CustomUserNamePasswordValidator always called with null arguments

I've got a WCF service using a basicHttpBinding with transport security, and have a CustomUserNamePasswordValidator configured. Originally this was a self-hosted service on Windows, and everything ...
0
votes
1answer
208 views

Mono and No access to the given key error [closed]

I have this website using Mono 2.8.1 and Apache 2.2 in Amazon Linux When try access to website return this error: No access to the given key Anyone have a resolution to this? See link for more ...
0
votes
1answer
296 views

Referencing log4net in the App_Code folder of an xsp4 hosted ASP.NET application mono

I'm porting an ASP.NET app to mono 2.8.2 using the openSuse 11.3 VM image available on mono-project.com. The app is running it under xsp4. A .cs file in my App_Code folder is not finding log4net.dll ...
0
votes
1answer
482 views

TypeLoadException on asp.net/xsp/mono on debian/opensuse

When i reset apache and load my website i get the first error below. I have no idea what the problem is. If i reload the page again (without restarting apache) i get the 2nd error, probably because ...
0
votes
1answer
78 views

Debugging with Mono Tools 2 beta on Visual Studio 2008 - getting “Failed to start XSP!” error

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 ...
0
votes
3answers
102 views

Whats wrong with this ASP.NET rewrite?

Actually its the mono version of asp.net, XSP. In my begin request function i check the url and rewrite when necessary. In one case i do context.RewritePath("~/App_Data/public" + path); When i try ...
0
votes
2answers
689 views

Mono's XSP webserver can't find MySql.Web.dll on Linux

I'm working on getting my ASP.Net project working on Linux. I've been testing my code using XSP on windows, but now I am trying to make sure that I can develop and test on Linux as well. To that end ...
0
votes
2answers
760 views

Does Mono XSP Server Work?

I'm trying for a week to make my XSP server work with simple static content: html-pages, js-files, gifs, jpegs etc... No ASP.NET. And this server always randomly crashes while navigating this pages ...
0
votes
2answers
1k views

Mono - Could not load file or assembly

i just exported my project to my new imac an loaded my solution into monodevelop. After the successfully compilation i started the project, and i always getting the same error. ** ...
0
votes
1answer
290 views

url rewriting for asp.net under mono xsp2

I'm trying to do some asp.net development on a Mac right now and i'm having trouble finding a urlrewriting library that works fine under mono (and the xsp2 webserver) Of course you could write your ...
0
votes
2answers
966 views

Mono (mod_mono) & Apache (httpd) on Fedora 10: failing to start correctly

It seems I am one of the few trying to get Mono's mod_mono to run on httpd on Fedora 10. Mono is installed and the httpd is configured to use mod_mono.conf But when I do this: service httpd start ...
0
votes
4answers
1k views

Sample web Page using Mono and XSP on windows box

I'm attempting to get my first ASP.NET web page working on windows using Mono and the XSP web server. I'm following this chaps example. The first part of his example works very well with the latest ...