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
5
votes
3 answers

Can XSP run ASP.NET 4.5?

I've been trying to launch MVC5 (depends on .NET 4.5) under Mono for days now and with no success. Configuration Clean install of latest Lubuntu No previous XSP/Mono Compile and install XSP/Mono from latest git sources Mono version:…
Stan
  • 25,744
  • 53
  • 164
  • 242
5
votes
2 answers

XSP Configure fails due to mono module dependancy

I have mono installed in my RHEL 5 machine which is visible as follows: which mono /usr/local/bin/mono mono -V Mono JIT compiler version 2.10.2 (tarball Wed Oct 16 10:33:49 CDT 2013) Copyright (C) 2002-2011 Novell, Inc and Contributors.…
varun kumhar
  • 157
  • 2
  • 19
4
votes
2 answers

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 requests. No problem with that so far. But when the…
Marc
  • 4,715
  • 3
  • 27
  • 34
4
votes
0 answers

Receiver class does not define an implementation of the resolved method abstract of interface org.springframework.boot.SpringApplicationRunListener

I'm receiving this error when I'm trying to start my application with java 11 Task :SpringBootVPSApplication.main() Exception in thread "main" java.lang.AbstractMethodError: Receiver class…
Muskan
  • 41
  • 2
4
votes
2 answers

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 able to find anything officially stating…
sclarson
  • 4,362
  • 3
  • 32
  • 44
4
votes
1 answer

Install latest version of mono xsp4 on ubuntu to support asp.net 4.5

i have to port an asp.net 4.5 website to mono 2.10.8.1 on an ubuntu machine. Does xsp4 support asp.net 4.5 yet or should i build my original website in 4.0 for the time being? Also how do i get the latest version and install?
Pankaj Kumar
  • 1,748
  • 6
  • 28
  • 41
4
votes
2 answers

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? Is there a central location for this? Thank you…
Chazt3n
  • 1,641
  • 3
  • 17
  • 42
4
votes
3 answers

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 the browser. I get on chrome the "NO DATA…
johnildergleidisson
  • 2,087
  • 3
  • 30
  • 50
4
votes
1 answer

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 did not find something like that in MonoDevelop.…
urbaindepuce
  • 503
  • 1
  • 5
  • 17
3
votes
2 answers

Getting "ApplicationHost.cs file not found" when trying to start existing project on macOS

ASP.NET newbie here. Never faced it before, but right now I've faced a critical need to make some adjustments to an existing application. My platform is OS X. I understand that ASP.NET is mostly for windows, but still researched an internet and it…
AntonTkachov
  • 1,784
  • 1
  • 10
  • 29
3
votes
2 answers

Invalid certificate received from server. Error code: 0xffffffff800b010a Mono

I'm trying to send a message in Mono througth my application using the port 587 with the SSL, smtp.gmail.com and get: System.Net.Mail.SmtpException: Message could not be sent. ---> System.IO.IOException: The authentication or decryption has…
ruslanen
  • 69
  • 2
  • 11
3
votes
1 answer

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 application starts using the correct version of…
philipproplesch
  • 2,127
  • 17
  • 20
3
votes
0 answers

Huge delay on first browser-request to mono-fastcgi-server4 with Nginx hosted web-application

We are using mono version 3.10.0 (from $mono --version) and Nginx (1.6.2) and mono-fastcgi-server4 to host a ASP.Net MVC3 web-application running on an Debian jessie linux (ARM - Raspberry Pi). Basically we seem to have the same problems as…
Markus
  • 490
  • 6
  • 13
3
votes
4 answers

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. **…
nhu
  • 470
  • 1
  • 5
  • 10
3
votes
1 answer

Mono XSP ignores 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:
abatishchev
  • 98,240
  • 88
  • 296
  • 433