Questions tagged [mono]

Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows. This allows running .NET applications on platforms other than Windows with little to no modification.

Mono is a software platform designed to allow developers to easily create cross platform applications.

Sponsored by Xamarin, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.

128 questions
2
votes
1 answer

Trying to run an ASP.NET MVC application using Mono on Apache with FastCGI

I have a hosting account with DreamHost and I would like to use the same account to run ASP.NET applications. I have an application deployed in a subdomain, a .htaccess with a handler like this: # Define the FastCGI Mono launcher as an Apache…
Arda Xi
  • 71
  • 5
1
vote
1 answer

"Failed to connect to mod-mono-server" with Apache and infinite fork spawning

I have an Arch Linux server that was working fine, but was pretty far out of date. After getting everything settled with pacman -Syu the web service it runs would no longer load, just a generic 503 error. I can't seem to get any detail about the…
Earlz
  • 1,019
  • 5
  • 13
  • 29
1
vote
1 answer

issue with mod-mono on centos 7

I am new to Linux hosting. We have some ASP.NET sites hosted on Windows IIS. We are now going to migrate those site to Apache Webserver. After study, I found we can use "mod-mono" for this purpose. I have installed Apache & mod-mono for this purpose…
1
vote
1 answer

Starting a mono-service with systemd

I read a lot about systemd recently but i can't figure it out how to run my mono-service via systemd. Below is my current systemd daemon configuration: root@LNXOSESTNL:/opt/omnius-statusdaemon# cat /etc/systemd/system/omnius-statusdaemon.service…
Dirkos
  • 113
  • 3
1
vote
1 answer

Apache2 with mod_mono does not answer with partial content when a range is requested

I have a Apache2 server with mod_mono in a Virtual Machine which has Ubuntu 16.04. I have noticed that the server is not answering to requests with the Range header correctly. Initially it was not possible to even seek a specific time on video…
FurretUber
  • 33
  • 2
1
vote
1 answer

Mono crashes while SELinux enforced, How to get mono server worked while SELinux is enforced?

This is what happens when SELinux is enforced: [root@shadmin ~]# elinks --dump 127.0.0.1/ASP-Portal/index.aspx Service Temporarily Unavailable The server is temporarily unable to service your request due to …
1
vote
1 answer

Deploying ASP.NET Web API using Mono and Nginx

I've been trying to deploy my Web API for quite some time now without success. No matter how I throw things around in my configurations (by recommendations from my Google searches) I still run into the same frustrating…
1
vote
1 answer

C# App (mono) running inside docker gives huge CPU Spikes

I have been looking at this for quite a while. We run a server that has multiple Docker containers, one of them has a Mono server application written in c#. The base image is phusion base (http://phusion.github.io/baseimage-docker/) This is working…
user125756
  • 183
  • 6
1
vote
1 answer

Mono uses just one core on the server

I have a .net application running on mono 4.0.1 in ubuntu. The application is multi-threaded but the CPU usage not more than 25% on 4 core machine. I think mono is just running on one of the cores and not using all the cpu cores on the server. I ran…
Santhosh S
  • 263
  • 2
  • 11
1
vote
3 answers

ASP.NET via mono on linux?

Has anyone tried running an ASP.NET project via mono on a linux server? Can it be done? was the performance good?
user274
1
vote
1 answer

No mod-mono.so or mod_mono.conf after Install

(I apologize in advance for "spam" I asked on "Ask Ubuntu" but no one answered in 5 days. I didn't think this would be hard as I'm sure many have installed Mono with Webmin on Ubuntu 12.04.) On Ubuntu 12.04, I have webmin and apache2. With webmin,…
jerryrig
  • 141
  • 3
  • 13
1
vote
1 answer

Apache2 doesn't load module mod_mono - CentOS 6

I have compiled and installed Mono 3.0.6, XSP and mod_mono on CentOS, following mostly these instructions. My VHOST is configured as such: ServerAdmin webmaster@example.com DocumentRoot /var/www/mvcgui/wwwroot …
Astaar
  • 448
  • 1
  • 8
  • 18
1
vote
1 answer

fastcgi-mono-server with Nginx is much slower than xsp4

We started testing our MVC4 app on xsp4 server compiled with mono-3.0.3, speed was enough and we decided to set up production fastcgi-mono-server4 (version 2.11.0.0) with nginx (1.2.6-r1). Single query that loads some JSON query took ~200ms on XSP4,…
marxin
  • 111
  • 3
1
vote
1 answer

mono 3.0.2 + xsp + lighttpd delivers empty page

I needed MVC 4 (and basic .NET 4.5) support so I downloaded mono 3.0.2 and deployed it on an lighttpd 1.4.28 installation, together with xsp-2.10.2 (was the latest I could find). After going through the config tutorials I managed to get the fastcgi…
1
vote
5 answers

nginx more fastcgi-mono-server

I've been looking for post related to my problem, but I have not found. I´m hopeless, I follow the guide for install and config nginx with fastcgi-mono-server ( http://www.mono-project.com/FastCGI_Nginx ), I do all how say in the guide but I can´t…
user1847488
  • 19
  • 1
  • 2
1 2 3
8 9