XSP is a simple, standalone webserver written in C# that hosts ASP.NET's System for Linux and other Unix operating systems. As well as running on the mono runtime for Linux it also runs on the .NET runtime, making it usable as a light weight web server on any .NET supporting platform. XSP is ...

learn more… | top users | synonyms

0
votes
0answers
18 views

Mono + XSP: WebService example does not work

There have been questions quite similar to this one, but I could not find any solution. So excuse me for asking it again. I'm running Debian Linux and I installed Mono. Once I started the sample ...
0
votes
1answer
45 views

502 (Bad Gateway) - Nginx + Mono (OpenBSD 5.3)

I am having trouble getting Mono to work with nginx. I installed OpenBSD 5.3 and set up the appropriate (package) ports. I built mono, mono-xsp and nginx - all without incident. All three appear to ...
0
votes
0answers
28 views

Unable to use Iterator for java ArrayList in apache cocoon xsp

I faced an issue in cocoon web application. In my xsp document I've got the following code structure: <xsp:page language="java" xmlns:xsp="http://apache.org/xsp" ...
1
vote
1answer
49 views

servicestack service on mod_mono / apache not found

I have a simple ServiceStack web service that I have working on my Macbook with xsp. With a browser I can view the metadata page and the service is working. I just installed mono, mod_mono, xsp on a ...
0
votes
0answers
23 views

What is needed to run XSP as a standalone server on Windows?

I'm trying to setup a minimal copy of XSP for Windows for students to use in an ASP.NET intro course. They have Visual C#, and I don't want to confuse matters by giving them Mono per se. I don't want ...
0
votes
0answers
32 views

mono running under apache “cannot find type”

I have a simple c# app, that runs fine when running in Monodevelop in Mandriva 2011, however when I use deploy in monodevelop to run it behind apache, I get the error "Cannot find type" the type it is ...
0
votes
0answers
118 views

Installing XSP CentOS

Trying to install xsp-2.10.2. Has been working fine, now gives me this error on a new install Edit: I've installed Libgdiplus and Mono 3.0.1 from source, now trying to do the same with xsp4. ...
0
votes
1answer
61 views

How do I compile mono xsp?

I'm trying to build the latest XSP. I suspect this is the latest branch https://github.com/mono/xsp/tree/3.0 The problem is, ./configure doesnt work. There isn't a configure file. There is a ...
0
votes
1answer
510 views

installing Mod_Mono and Xsp4 on CentOS 6.3

I've gotten Mono 3.0.1 installed, but I'm running into tons of dependency issues trying to install Mod_Mono and Xsp4, Has anyone gotten this to work? If so what were some of the steps you had to take? ...
0
votes
0answers
68 views

Mono: Couldn't bind to method 'SetHostingEnvironment'

I've migrated an MVC3 site to Linux using MonoDevelop. I'm currently able to compile my code, however, when I try to run/debug I get this error Couldn't bind to method 'SetHostingEnvironment'. ...
1
vote
2answers
117 views

servicestack hello failed to load http handler

I am following the Hello Web Service tutorial on ServiceStack.net. I get the message below when trying to access the service: Failed to load httpHandler type ...
0
votes
1answer
175 views

Deconstructing XPages Drop Down Button Menus on page Scroll

I'm using xpages extension library to generate drop down menus in the navigation with the following code: <xe:dropDownButton disableTheme="true" styleClass="menuButton"> ...
-1
votes
1answer
46 views

Mono - get back root/opt/mono folder [closed]

I installed version 2.8 of mono, mod_mono and xsp before realizing that the versions were too old to work with my software. I deleted the mono folder in root/opt/mono and installed all three in ...
1
vote
0answers
152 views

requets are redirected to login.aspx?ReturnUrl=

I have implemented a webservice using servicestack using Visual Studio. Running the service from the vs debugger works just fine. I have just tried to deploy it to a debian machine using XSP4. The ...
2
votes
1answer
1k views

Unable to run an asp.net 4.5 app on xsp on Mono 3

I've build Mono 3.0.2 from source (tarball), and built XSP from both the latest tarball and the latest on Github, but I'm unable to run a relatively simple asp.net app using .net 4.5 because it sees ...
0
votes
1answer
185 views

Create a responsive and cross-platform C# application by using ASP.NET and a locally-deployed Web server? [closed]

I need to create a cross-platform app and I'm considering our alternatives. The app is very complex, it will need to show video, graphs and charts and allow user interaction with them. I think 75% of ...
0
votes
0answers
117 views

Mono fastcgi xsp server crashing on loadtest

I'm currently using nginx in combination with fastcgi-mono-server4. (Running mono 3.0.4 and fastcgi-mono-server4 checked out from master on Debian Squeeze) I'm loadtesting a simple Asp.net ...
0
votes
1answer
59 views

How to profile my web application under mono/xsp?

So I have an ASP.Net web application that runs under mono/xsp4 (in development, anyway). How can I profile my web app to see what is causing it to be slow?
3
votes
2answers
882 views

Hosting asp.net on mono xsp - raspberry pi

I'm trying to run the sample application that comes with xsp package on my Raspberry Pi (running arch linux), but unfortunately apparently the connection is closed before any http response is sent to ...
0
votes
1answer
420 views

Mono WebForms: Setting default page to run when starting debugging

is it possible to set a default page to run when starting debugging? In Visual Studio you can set the default page either through the context menu in Solution Explorer or in the project properties. I ...
0
votes
0answers
66 views

How to use mono profiler with asp.net mvc apps on xsp4 server

I'm having memory leaks problems with asp.net mvc web app on XSP4 server. Is it possible to use mono profiler for asp.net web apps which are running on XSP server, any example please?
0
votes
1answer
551 views

xsp/apache not working for ASP.NET application, xsp4 from terminal does work

I have a site make in monodevelop on Archlinux. The site runs fine in monodevelop F5 run, and also runs fine when running xsp4 from the terminal However, when running under apache, I am getting ...
0
votes
2answers
1k views

Replace attachment when uploading a new attachment

I have a simple form and body field. when user upload an attachment I want to remove any attachment already in the body field of the document. how can I do this in my save button. I have tried to set ...
2
votes
2answers
546 views

How to set resource bundle “On-The-Fly”?

I have a combobox where users can select an available language. The application contains properties files for each language. In the resources section of the page the resource bundle is calculates ...
1
vote
2answers
647 views

Porting C# Windows GUI to C# web app : how to get it work out-of-the-box for Win, Mac & Linux?

I would like to rewrite an application that currently works as a Windows GUI in C#. The problem is, it works well on Windows, but is not adapted for Mac and Linux because of GUI issues with Mono. So ...
1
vote
4answers
161 views

how to suppress the enoying dialog boxes when developing xPages?

Anyone know how to remove or supress the enoying dialog boxes when developing xPages If you are just making small xpages application you might not see these very often, but the more complex your ...
0
votes
1answer
143 views

Deploying monorail web apps in monodevelop

This question is specific to MonoDevelop I think. I've got a test monorail solution that works fine when I run it from monodevelop but I'm having a problem when I use 'Deploy to web'. I think the ...
1
vote
2answers
641 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 ...
2
votes
1answer
1k 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
2answers
597 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 ...
1
vote
1answer
405 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 ...
5
votes
3answers
1k 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 ...
1
vote
1answer
2k views

Running XSP4 in MonoDevelop 2.6

After a fresh install of Ubuntu 11.10, which comes with Mono 2.10, I've found myself in a bit of a pickle: I can't run ASP.Net 4.0 projects, even though I have XSP4 installed. It's almost as if it ...
0
votes
0answers
175 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
636 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 ...
3
votes
2answers
324 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 ...
-2
votes
1answer
938 views

how get CSV FILE from the FTP server to local drive using extended stored procedures [closed]

Please give example to get file (auto) from FTP server to local machine with the help of extended stored procedures in in c# application
1
vote
2answers
1k 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
617 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 ...
2
votes
2answers
1k 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 ...
21
votes
2answers
8k 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 ...
0
votes
1answer
494 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
1k 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 ...
2
votes
1answer
336 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. ...
3
votes
1answer
2k 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 ...
1
vote
2answers
1k 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 ...
0
votes
1answer
124 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
132 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 ...
1
vote
3answers
389 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?
0
votes
2answers
1k 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 ...

1 2