Questions tagged [xsp4]

31 questions
1
vote
1 answer

Mono xsp4 file not found exception WebServer2

I am getting this error when trying to run xsp4 on Debian. root@debian-x86:/opt# xsp Handling exception type FileNotFoundException Message is Could not load file or assembly 'Mono.WebServer2, Version=0.2.0.0, Culture=neutral,…
user380689
  • 1,766
  • 4
  • 26
  • 39
1
vote
0 answers

Hosting MVC 4 Application with MySql connection on Linux server using Mono 3.2.3

Does anyone have hosted MVC 4 Application on Mono 3.2.3 on Linux server ? My Server Details is as per below : Linux server : Debian, Mono Version : 3.2.3, XSP : XSP 4 Thank you in Advance.
kkiran
  • 57
  • 7
1
vote
1 answer

MissingMethodException with xsp4 and asp.net 4.5

I am trying to test a web site with xsp4, all assemblies are compiled for target framework 4.5. I get the following stack trace. Exception during TraceManager initialization: System.Reflection.TargetInvocationException: Exception has been thrown by…
0
votes
1 answer

NGINX giving 404's, never proxy passes to fastcgi-mono-server4

Working on getting a skeleton of ASP.Net application running on Ubuntu. Installed all the requisite applications. Just trying to serve index.html or index.aspx to start. However, running through Nginx never seems to get through the proxy, always get…
LiteWait
  • 584
  • 4
  • 21
  • 42
0
votes
0 answers

fastcgi-mono-server4 or xsp4 Wait timeout (System.ComponentModel.Win32Exception)

I was able to run web site in mono on my debian server and mostly it runs fine, but every now and then I get System.ComponentModel.Win32Exception with Wait timeout description. I've tested on 5.10 and 6.12 also in both fastcgi + nginx and xsp4. I…
dr4cul4
  • 258
  • 4
  • 14
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
1 answer

https "bindings" in Linux with XSP4 server

I'm sitting with a bit of a interesting situation. I have a customer that want to try and host their ASP.NET WebAPI from a Linux server. Obviously setting this up on Windows is reasonably straight forward, but I've gotten stuck at the point where…
user3901770
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
1 answer

Running Web Api 2 on Linux (mono/xsp4?)

I'm new to both .NET Web API development and mono, so this question might turn out to be too basic, but I've been unable to find any instructions for deploying a Web API 2 project in xsp4 on Linux. Is it even possible? I was able to easily run…
ovscodes
  • 23
  • 1
  • 4
0
votes
0 answers

How to set MONO_PATH on OSX System.Data.SqlClient.SqlException (remote SQLServer db)

Scenario: I run xsp4 --port 9000 from the command line in the directory of my .net app. I navigate to localhost:9000 and see this: Back on the console I see this: Path '/Default.aspx' built successfully, but a compilation exception has been thrown…
nu everest
  • 9,589
  • 12
  • 71
  • 90
0
votes
0 answers

Is using XSP4 from Mono behind Nginx as a reverse proxy production proof?

When reading the Mono docs, it says that XSP is not suited for production: For quickly getting started, get familiar with Mono and ASP.NET, XSP is the ideal solution. Keep in mind that XSP is a very limited server and is only useful to get…
Geerten
  • 1,027
  • 1
  • 9
  • 22
0
votes
1 answer

XSP4 not running on ubuntu 12.04

I started to use MonoDevelop 5.0.1 and XSP4 on ubuntu 12.04,When I try to run XSP4 give me this error I install Monodevelop from ubuntu software center.its running but.I want to run ASP.Net MVC3 application. AnyBody know this error? Handling…
Nazır Dogan
  • 1,494
  • 15
  • 31
0
votes
1 answer

mono xsp4 Error 500 ArgumentNullException

I installed mono version3.8 on mac. And I use xsp4 to run my asp.net web application. Then I got the following Error 500 . Please help me. System.ArgumentNullException Argument cannot be null. Parameter name: type Description: HTTP 500.Error…
0
votes
1 answer

Fail to start a mono site with Apache2, 404 error with mod_mono

My home system is an Ubuntu 13.4 (upgraded from 12.10) desktop system, where I do some development, mainly in PHP, and I have Apache installed and working fine. I need to do some development in ASP.NET and I installed MonoDevelop, as well as an XSP…