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
0
votes
1 answer
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 issue is that all of my NVelocity view files (inside…

kenen
- 397
- 1
- 3
- 14
0
votes
2 answers
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 Import.asmx and my method is called download and the 404…

paul at stepupsoftware
- 332
- 2
- 18
0
votes
0 answers
XSP/Mono: preventing "Warning as Error" exceptions
I'm running an ASP.NET v4.8 project under Mono.
Actually, I'm doing it by using the Mono's standalone web server - XSP.
When I try to start the application in browser, I'm getting this annoying…

Omer L
- 1
- 1
0
votes
0 answers
ASP.NET - Script Bundles causing mono to throw an error
I've just tried deploying an ASP.NET Web Forms application to an xsp4 server (I've made sure it's linked to .NET 4.5 in /usr/bin/xsp4). Removing the tags that are from bundles and as such don't have a specific path (such as

lightbord
- 143
- 4
0
votes
0 answers
Unable to get ServiceStack services running with xsp4 and docker
I am trying to run a barebones asp.net application with servicestack via mono and xsp in docker. The application builds as expected and the web server starts. I can connect to the shell of the container and have confirmed all the dll's have built…

link64
- 1,944
- 1
- 26
- 41
0
votes
0 answers
Mono missing System.Web.Security?
I have an MVC project that I'm running under mono. It has a reference to System.Web. If I inspect this package using the assembly browser in VS Mac 2019 I can see that it has the class System.Web.Security.AntiXss.AntiXssEncoder. When I insepct the…

Robin Southgate
- 487
- 1
- 5
- 11
0
votes
0 answers
Environment variables for MVC app run in VS2019 Mac
I have an MVC app ported from net framework 4.7 to Mono. It runs but I get this warning during initial startup:
WARNING: WebConfigurationManager's LRUcache evictions count reached its max size
Cache Size: 100 (overridable via…

Robin Southgate
- 487
- 1
- 5
- 11
0
votes
0 answers
How to bulid mono-fastcgi-server on yocto for intel x86 board
i am trying to build mono web applications with nginx for linux platform with yocto worrier branch
i have made changes on below conf file
1)
conf/local.conf
PACKAGE_CLASSES ?= "package_deb"
EXTRA_IMAGE_FEATURES ?=…

akr
- 1
0
votes
1 answer
Is it possible to stop the xsp --nonstop process without using the kill command?
I have a process xsp4 running this way:
xsp4 --port 8181 --nonstop &
Of couse, i can terminate it this way:
kill $(lsof -t -i:8181)
But maybe there is some other, more correct way, which I do not know?
0
votes
1 answer
Cannot open assembly '/usr/lib/mono/4.5/xsp2.exe': No such file or directory
I need your help,i use 'yum' command to install xsp by this following command,
sudo yum install xsp
then i tried to ensure that xsp is installed or not,
[root@vultr src]# xsp -v
Cannot open assembly '/usr/lib/mono/4.5/xsp2.exe': No such file or…

Shaohua Zhou
- 3
- 1
0
votes
0 answers
Repeater not recognizing the DataSource with runtime error "Unknown type: System.Object value: SqlDataSource1"
I am trying to run an Asp.NET page with SQLite database as datasource for a Repeater.
The Sqlite data source and the dll files required to run it work fine when I use them in an Ado.NET program, but show the following error in the webpage(aspx) at…

Shivang Gangadia
- 31
- 7
0
votes
0 answers
How to fix SIGSEGV which prevents MVC application running in Mono
ASP.NET MVC application is installed in Debian server using Apache and mod_mono.
Trying to start it causes SIGSEGV exception in Mono. Apache error.log contains
[Wed Mar 06 22:07:13 2019] [notice] Apache/2.2.22 (Debian) mod_mono/3.12 configured --…

Andrus
- 26,339
- 60
- 204
- 378
0
votes
0 answers
TypeLoadException on Asp.NET webforms on MonoDevelop on Debian
I have an Asp.NET Web Forms project that I imported from my previous Visual Studio directory on my windows disk. After I edit the code, the build is successful but when I try to run it with Xsp4 and MonoDevelop, it displays:
Application…

Heng Ye
- 341
- 4
- 17
0
votes
1 answer
What's the point of the xpages xp:include tags if the data with in it won't save from the calling xsp?
The one-ui app I'm building has a few forms each with a common custom control for the Save, Save and Close, Edit, Cancel, Delete buttons. These forms are built with several Tabbed Panels, which were created as separate xpages. These pages are…

Leon Matthys
- 57
- 11
0
votes
2 answers
XPages Properties Editor
I have updated version 8.5.3 to 9.0.1 of the notes, and in xPages Properties has the field minimum supported release, in the version update I did not change the checked option, does anyone know what the impact of this field in the…

Felipe
- 5
- 3