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 also a term for the eXtensible Server Pages technology in Apache Cocoon.
Questions tagged [xsp]
120 questions
1
vote
2 answers
Can i get all components of an xsp document in xpages?
I have a simple document with 3 fields and 1 rich text field. I also have an xpage with 3 simple edit box controls and 1 rich text. The name of my NotesXSPDocument is document1.
Question 1:
Can i get a vector with all the controls of the xsp…

mike_x_
- 1,900
- 3
- 35
- 69
1
vote
1 answer
How do I enable the PUT and DELETE HTTP methods running Nancy in xsp4 on Mono?
I must be missing something incredibly easy. I'm writing a NancyFx app using Xamarin Studio. I want to use the PUT and DELETE HTTP methods in my module, but when I issue a PUT or DELETE request, I get back 405 Method Not Allowed and I see Allow:…

Andy S
- 8,641
- 6
- 36
- 40
1
vote
2 answers
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 with browser.
My Environment is: Mono 2.6.1,…

ILya
- 2,670
- 4
- 27
- 40
1
vote
1 answer
How to run .NET 4.5 on XSP using Mono?
I have installed Mono 3 however when I run xsp or xsp4 it shows that I'm using .NET 4.0. I need to have .NET 4.5. Is it possible? Where can I configure it?
I've seen this page but I don't have any of those folders where I downloaded sources.
This is…

Stan
- 25,744
- 53
- 164
- 242
1
vote
1 answer
No package 'mono' found when installing XSP
I am trying to get Mono working on nginx with fastCGI.
I have done a fresh install of CentOS 6, and performed all the updates. I then installed nginx, and opened up the firewalls I needed. I can now see the simple HTML page from nginx without a…

JustinN
- 896
- 1
- 14
- 28
1
vote
1 answer
Mono 3.2.1 MVC 4 (XSP) System.Web.Mvc assembly trouble
I was trying to deploy .NET 4.5 MVC4 project to the Mono 3.2 XSP and got exception.
Software:
Ubuntu Linux 13.04
Mono 3.2.1 compiled from sources
XSP4 3.0.11 compiled from sources
Exception text:
CS1701: Warning as Error: Assuming assembly…

philippe46
- 11
- 3
1
vote
1 answer
Mono FastCGI Server - Applications don't work below root
Okay, I cannot figure this out. I have a test MVC app (razoronmono). I just compiled mono from master today, as well as xsp. I also compiled nginx today. I'm running Ubuntu 13.04 minimal.
This works:
http://coh2.us.to/razoronmono/
This…

Brad
- 1,684
- 4
- 20
- 36
1
vote
0 answers
Crash and Timout in HttpWebRequest, GetRequestStream
Our company is working on a Transformation Service to alter incoming and outgoing SOAP XML requests. The reason for this is that is the fact that our specific server stack which uses the Mono framework doesn't have very good SOAP support, and we…

Alex Bunn
- 390
- 1
- 5
- 19
1
vote
1 answer
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 be working OK, but not in conjunction.
I am…

gplumb
- 712
- 6
- 29
1
vote
1 answer
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 Fedora 14 box. I can see that the mono_module is…

Barry
- 417
- 6
- 18
1
vote
1 answer
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 configure.ac but i'm not sure how to build that. The…
user34537
1
vote
2 answers
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 `ServiceStack.WebHost.Endpoints.ServiceStackHttpHandlerFactory, ServiceStack'
I am using…

Barry
- 417
- 6
- 18
0
votes
1 answer
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 errors, specifically:
Method not found:…

Stephen2
- 57
- 7
0
votes
2 answers
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 the properites on the fileUpload control to…

Thomas Adrian
- 3,543
- 6
- 32
- 62
0
votes
2 answers
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
I get this error:
Starting httpd: [crit]…

Robs
- 8,219
- 6
- 41
- 57