Questions tagged [xsp]

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.

120 questions
137
votes
2 answers

"NotSupportedException" when WebRequest is unable to find a creator for that prefix

I have a really strange problem with WebRequest in a ServiceStack web application (hosted by XSP on Mono). It seems that the registration of request modules works in a very strange way; I am using WebRequest to create an HTTP request, and it is…
Lorenzo Dematté
  • 7,638
  • 3
  • 37
  • 77
37
votes
2 answers

Access to the path "/etc/mono/registry" is denied

When I run my ASP.NET MVC 4 website on my Fedora 20 workstation with xsp4 (from MonoDevelop or directly) I'm getting the following exception: System.Web.HttpRuntime.FinishWithException (wr={Mono.WebServer.XSPWorkerRequest},…
peter
  • 14,348
  • 9
  • 62
  • 96
23
votes
2 answers

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 (Mac OS X), the following DLLs are…
kim3er
  • 6,306
  • 4
  • 41
  • 69
16
votes
6 answers

Mono MVC5 - Views don't work

I am trying to launch MVC5 website on my Linux box using Mono and XSP4. It works with no views however when I try to render something it gives me errors. Here is my test code. Note that I didn't change anything, this is basically a blank site…
Stan
  • 25,744
  • 53
  • 164
  • 242
13
votes
1 answer

Missing type Mono.Web.Util.RoleManagerSectionMapper in empty project

I've set up the latest Mono (3.4.1) and the latest XSP from Git and compiled them. mono -V prints the following: main@zombie# mono -V Mono JIT compiler version 3.4.1 (master/89e0b25 Fri May 16 18:52:44 CEST 2014) Copyright (C) 2002-2014 Novell, Inc,…
The Wavelength
  • 2,836
  • 2
  • 25
  • 44
9
votes
2 answers

Missing method errors when running ASP.NET app with xsp on linux

I have ASP.NET with MVC and Razor markup website and I want to run it on my Linux VPS. I have mono 3.2.8 and xsp4 3.0.0.0 version, both from Ubuntu repository (installed using apt-get install mono-complete mono-xsp4) When I upload my website to…
isklenar
  • 974
  • 2
  • 14
  • 34
9
votes
1 answer

ASP.NET web server cannot be launched and Mono environment not be switched

I am running one of the latest versions of Monodevelop on Linux Mint which used to work before I formatted my drive and made a fresh install. When I build my project it builds fine, but when I try to run it I get the following message: Could not…
user2609980
  • 10,264
  • 15
  • 74
  • 143
9
votes
2 answers

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 'targetFramework="4.5"' in the web.config as…
Steven Robbins
  • 26,441
  • 7
  • 76
  • 90
8
votes
2 answers

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 can i get mono to load the assembly?
richzilla
  • 40,440
  • 14
  • 56
  • 86
8
votes
1 answer

Microsoft.Owin.Host.SystemWeb on Mono/XSP

I've managed to get Katana/OWIN running on Mono using the HttpListener host. I'm now experimenting with Microsoft.Owin.Host.SystemWeb on Mono and XSP4. I'm using the code found in the this repo. It has a Startup class: using Owin; namespace…
friism
  • 19,068
  • 5
  • 80
  • 116
7
votes
0 answers

debugging mono asp.net on xsp4 on linux: can't see errors in console, browser or logs

I can't seem to be able to debug an asp.net application with either xsp4 or ngingx. The official site says to use: MONO_OPTIONS=--debug xsp4 --verbose. And theoretically debugging is enabled, excepting I don't get any info whatsoever about errors.…
Vortex
  • 71
  • 4
5
votes
1 answer

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 code. Now I am at a point where I want to run my…
sungiant
  • 3,152
  • 5
  • 32
  • 49
5
votes
2 answers

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 buy Mono license to use it in a commercial…
dr. evil
  • 26,944
  • 33
  • 131
  • 201
5
votes
1 answer

Web API 2.1 in Linux or OS X

I'm working on getting Web API 2.1 running on Linux and OS X with Monodevelop in Linux and Xamarin Studio on OS X. I think I have it close but I keep running into this error. Could not load type…
John
  • 337
  • 2
  • 11
5
votes
1 answer

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 Application_Start event. XSP2 shouldn't restart the…
MichaelGG
  • 9,976
  • 1
  • 39
  • 82
1
2 3 4 5 6 7 8