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
4
votes
1 answer

stopping fastcgi-mono-server gracefully, website content updating with no need to restart it

I've been playing a lot recently with Mono 2.10.5 with .NET 4 and MVC 3 with razor views. I am now hosting my website with nginx and fastcgi-mono-server4 configured. Although the website is still not known to public (and will not be until it reaches…
4
votes
1 answer

Mono undefined reference to `locale_charset'

I am trying to compile mono from source and am getting this error. ../src/.libs/libeglib.a(libeglib_la-gunicode.o): In function monoeg_g_get_charset': /opt/mono-2.10.1/eglib/src/gunicode.c:312: undefined reference tolocale_charset' I am compiling it…
Will
  • 257
  • 4
  • 19
4
votes
3 answers

How to install Mono XSP as a daemon on Debian?

I want XSP to run on my virtual Debian 5 as a daemon. How can I do that? I tried next: $ sudo cp /etc/init.d/skeleton /etc/init.d/xsp updated the script properly: PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Mono…
abatishchev
  • 531
  • 1
  • 9
  • 31
3
votes
0 answers

OSX Terminal.app seems to become 'suspended' unless I VNC into the Mac

So I have a bit of complicated setup, but let me see if I can simplify I am running a mono application on a remote OSX machine. This application can occasionally hard-crash the mono runtime. There is a recovery shell script running every 2 minutes…
Richthofen
  • 275
  • 4
  • 8
3
votes
1 answer

fastcgi-mono-server2 vs fastcgi-mono-server4

Not sure if this is a silly question or not. Basically I'm figuring out how to run Mono on Linux, and I'm a Linux no0b. I've got everything up and running, but confused about fastcgi-mono-server. A lot of sites reference fastcgi-mono-server2 while…
Phill
  • 172
  • 3
  • 10
3
votes
1 answer

share a domain name beween php and mono

I've got a problem : I've got a dedicated server where I use three different domain names and php. Now, I've got a new website that I developped with asp.net. I installed mono, mod_mono and transfered my assembly inside /var/www/mysite My problem…
artragis
  • 133
  • 4
3
votes
2 answers

Haproxy not properly passing on X-Forwarded-For header

I have backend web servers that receive requests by way of haproxy->nginx->fastcgi. The web app used to see multiple ip's coming through in the X-Forwarded-For header, chained together with commas (most original IP on the left). At some point in…
JesseP
  • 196
  • 1
  • 1
  • 6
3
votes
1 answer

What is the best setup of mod_mono with more virtual hosts?

I have VPS on debian, where I want to host at least 20 virtual hosts running mono application. On PHP I was using mpm_itk to run each vhost under its own user (I thing it is good for security and space usage control). Is here possibility to run mono…
Fanda
  • 188
  • 1
  • 7
3
votes
4 answers

Upgrading my debian server to Wheezy just to install mono

I'm looking to use mod-mono-server4 so that I can run .NET 4.0 apps on mono. I'm currently running a debian server with squeeze with this mono version: $ mono --version Mono JIT compiler version 2.6.7 (Debian 2.6.7-5) Which does not include…
ingh.am
  • 273
  • 3
  • 15
3
votes
1 answer

How to add a new website to a fastcgi-mono-server4 process on nginx without having to restart existing websites?

I know this might be related but I have a script that loads fastcgi-mono-server for defined websites on a configuration file and I need to a new website to the pool without having to reload all fastcgi process. Doing nginx -s reload Just reload…
Rui Marques
  • 190
  • 13
3
votes
1 answer

Install Mono ASP.NET on debian

I've been trying to install mono ASP.NET onto my debian VPS and I am unable to do so. I know I need mono which can support .NET 4.0 now. I am unsure if I need XSP and mod_mono, or just mod_mono. The link http://mono-project.com/Mod_mono says I do,…
user551841
3
votes
1 answer

mod_mono install in apache ubuntu 10.10

I have installed mod_mono and apache as per the instructions mentioned in http://blog.ruski.co.za/page/Install-Mono-on-Ubuntu.aspx when i run i also get the error message mentioned towards last. but when i hit http://localhost/test/index.aspx i get…
sunu
3
votes
1 answer

Mono add in many trusted certificates

I thought SSL on mono didnt work since it always reported a decode error. Now i realize by default mono doesnt trust anyone. How do i add many trusted certificates? I seen this page which explains how to add a certificate into mono using gmail as…
user274
2
votes
1 answer

How to upgrade ca-certificates-mono if 4.8.1.0-0 version is already installed?

My machine is Ubuntu 16.04. After I tried upgrade Mono I faced with dependency problem. sudo apt-get install mono-complete Building dependency tree Reading state information... Done mono-complete is already the newest version…
Roman Koval
  • 101
  • 7
2
votes
0 answers

mod-mono-server4.exe using 100% of CPU on Ubuntu 14.04.1 LTS

I have an ASP.NET application that uses some long polling magic. The problem comes when the server has accepted some requests and it's just waiting to return them. If I restart apache in that moment I get multiple instances of mod-mono-server4.exe…
Hristo Kolev
  • 410
  • 5
  • 15
1
2
3
8 9