Skip to main content

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.

Filter by
Sorted by
Tagged with
15 votes
6 answers
17k views

Linux: Case-INSENSITIVE Filesystem

What methods are there to make the Linux filesystem case-INSENSITIVE ? I have asp.net applications developed on Windows, but there are always issues with capitalization/spelling on mono when putting ...
Quandary's user avatar
  • 1,034
13 votes
5 answers
4k views

Where are you going for Mono hosting?

I'm ready to deploy and I want to get my ASP.net web service off of my home development server and out onto the internet. Who would you recommend for good, reliable Mono hosting? Doesn't have to be ...
Chris McCall's user avatar
10 votes
5 answers
936 views

What's the lowest cost, legal, Microsoft server stack you can assemble? [closed]

Assuming that you have an app infrastructure that generally only requires: ASP.NET MVC / C# / .NET Database or NoSQL data store (must be accessible from C#) Here's the challenge to you server gods: ...
McKAMEY's user avatar
  • 635
10 votes
1 answer
828 views

Mono's XSP4 on OSX gives Access Forbidden (error 500) for any .aspx or .asp file

I'm on a Mac trying to locally host a copy of an old ASP-based site for testing purposes. Not (yet) using mod_mono for Apache, just the basic standalone XSP server. It was enough of an ordeal just ...
blerg's user avatar
  • 101
9 votes
9 answers
5k views

Howto install recent mono on a Linux distro other than Suse (e.g. Debian/Ubuntu)?

How does one go about installing a recent version of mono on a linux distro other than Novell's Suse? http://www.mono-project.com/Main_Page promises a "Linux" download, but they 'only' offer ...
lexu's user avatar
  • 920
9 votes
3 answers
20k views

Setting up Mono/ASP.NET 4.0 on Apache2/Ubuntu: Virtual hosts?

I'm attempting to setup Mono/ASP.NET 4.0 on my Apache server (which is running on Ubuntu). Thus far, I've been following a few tutorials/scripts supplied here, and here. As of now: Apache 2.2 is ...
David Elner's user avatar
7 votes
7 answers
33k views

Performance of IIS+ASP.NET vs (NGINX + FastCGI + Mono or XSP)? [closed]

How much requests each can handle? How many RAM needed? As I remember FastCGI are opened initialized processes, each can handle one request. What about multithreading?
Igor Golodnitsky's user avatar
7 votes
2 answers
3k views

Is Mono stable and fast enough for web production? [closed]

I am currently investigating for a new web application stack for my web server. C# looks great because it is a compiled language which seems to run quite well without too much CPU and does not ...
Vincent Robert's user avatar
6 votes
2 answers
10k views

Apache2 and /icons path behaving differently

My site is written in asp.net using mono and apache under ubuntu LTS. After debugging most of the problems out I still had problems with my icon folder icons. It was giving me the wrong or no icon. ...
user avatar
6 votes
1 answer
6k views

How do I install mozroots?

I downloaded the mozroots.1.gz file, but I don't know what to do with it. I'm trying to install some software that is asking me to set it up by: $ mozroots --import --sync
lamcro's user avatar
  • 229
6 votes
1 answer
5k views

Mono 2.11 on nginx using fastcgi-mono-server4 will not work

I have mono 2.11 set up with my nginx 1.0.15 webserver running on centos 6.2. I built it from source and xps2, xps4 and fastcgi-mono-server2 work as expected. The problem is when I try and run fastcgi-...
fuzzycow101's user avatar
6 votes
1 answer
2k views

Installing mod_mono on Ubuntu: handler doesn't seem to get registered

I'm trying to install mod_mono on Apache 2 (Prefork MPM). I'm using Ubuntu Karmic, and just want an auto-hosting setup (so that any .aspx files are executed, similar to how PHP is normally setup). I ...
Trevor Johns's user avatar
5 votes
4 answers
4k views

Mono on Linux: Apache or Nginx

I'm developing an ASP.NET application that will be run under Linux/Mono for various reasons (mostly to stay away from IIS, quite frankly). Of course the first web server I had in mind was Apache. But ...
Astaar's user avatar
  • 448
5 votes
2 answers
1k views

What's the best server to use with ASP.Net on Mono? [closed]

I am reconfiguring my website from scratch and basically I want it to run Mono(well, ASP.Net inside Mono) According to the Mono Project there appears to be two options, Apache or Nginx. Which one ...
Earlz's user avatar
  • 1,039
4 votes
5 answers
619 views

ASP.NET Future on linux?

I was wondering. What do you guys think about ASP.NET future on linux? I dont know much about IIS and i know some things about linux. I dont want to program anything in php and while searching for ...
user avatar
4 votes
1 answer
2k views

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: ...
Will's user avatar
  • 257
4 votes
3 answers
6k views

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/...
abatishchev's user avatar
4 votes
1 answer
1k views

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 ...
Marcelo Zabani's user avatar
3 votes
4 answers
2k views

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....
ingh.am's user avatar
  • 283
3 votes
1 answer
975 views

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. ...
Phill's user avatar
  • 182
3 votes
2 answers
11k views

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 (...
JesseP's user avatar
  • 196
3 votes
1 answer
2k views

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 ...
Rui Marques's user avatar
3 votes
1 answer
2k views

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. ...
user avatar
3 votes
1 answer
2k views

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 ...
user avatar
3 votes
1 answer
492 views

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 ...
artragis's user avatar
  • 133
3 votes
0 answers
104 views

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 ...
Richthofen's user avatar
3 votes
1 answer
280 views

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 ...
Fanda's user avatar
  • 188
3 votes
1 answer
1k views

mod_mono install in apache ubuntu 10.10 [closed]

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. ...
user avatar
2 votes
6 answers
3k views

Mono vs Wine for production

For Production Would you rather use Wine or Mono to run a .net application on Linux OpenSuse 11.
JL.'s user avatar
  • 1,303
2 votes
1 answer
2k views

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-...
Roman Koval's user avatar
2 votes
1 answer
246 views

What would be the easiest way to host an intranet Mono web application?

I've just finished migrating a lightweight Microsoft® .NET™ web application to Mono and now I'm looking for a straight-forward way to host such development on a (perhaps virtualized) Ubuntu 10.10 ...
Nano Taboada's user avatar
2 votes
2 answers
13k views

How to uninstall an application which was installed from a Linux Installer?

My server is CentOS release 5.2 (Final). How do I uninstall an application which was installed from a Linux Installer, that is extension of type .bin? For example: I installed an application called ...
Gnanam's user avatar
  • 1,489
2 votes
1 answer
1k views

Apache Service Unavailable When Running ASP.NET MVC Project with mono

I am running centos 7 and i have installed mono using the guide on the official website for centos http://www.mono-project.com/docs/getting-started/install/linux/ . This appears to be working fine as ...
Dan Hastings's user avatar
2 votes
1 answer
584 views

How to run a PHP application in a subfolder of a website using mod_mono on Apache?

I have a website running on mono (on Debian stretch). I would like to have some subfolders which would be handled by php5 module (webmail, stats and PhpMyAdmin for example). Is there a simple way to ...
Spikolynn's user avatar
  • 245
2 votes
1 answer
2k views

Could not load file or assembly fastcgi-mono-server4

I am trying to host an ASP.NET Web Forms application using Mono. I have installed Mono 3.0.7 and XSP 2.10.2 from source into the /usr/bin directory. I then started the mono server with the following ...
AJ Richardson's user avatar
2 votes
2 answers
5k views

Correct way to give elevated privileges to mono application?

I have a mono application (on Ubuntu) that tails /var/log/messages and picks up USB insertions, and if that device is on a certain port, needs to partition, format, and mount it. Obviously this ...
Ryan Sorensen's user avatar
2 votes
2 answers
1k views

Does Mono need to be restarted after changing code files?

I have installed Mono under Apache and its working. My question is - Do I need to restart the mono service each time I make ANY change to any asp.net file under Apache, be this a .cs or even a ...
JL.'s user avatar
  • 1,303
2 votes
1 answer
2k views

Mono aspx error 500: System.Web.Security.FileAuthorizationModule.Init not implemented

I have a CentOS 7 VM installed with all httpd / mysql packages etc. I wanted to run a ticketsystem called SmarterTrack, which is build in ASPX. Looked eveything up and installed the necessary packages ...
Cris Kolkman's user avatar
2 votes
1 answer
699 views

Want to run asp.net 4 website on Ubuntu. Is it this simple?

Hello I'm a Windows guy and would like to build a small, portable, mini ITX web servers with free software. My application is ready. It's ASP.NET 4.0 connected to MySql 5. It runs on my Windows ...
wreck_of_u's user avatar
2 votes
0 answers
251 views

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 ...
Hristo Kolev's user avatar
2 votes
1 answer
713 views

Mono is crashing after the process starts

I have a .net application running on mono 4.0.2 in ubuntu 14.04. Mono sometimes crashes after the application starts. I see this error in the logs. Stacktrace: Native stacktrace: /usr/bin/mono(...
Santhosh S's user avatar
2 votes
1 answer
8k views

How to automatically re-start apache if it stops responding and socket is still in use

Apache server Debian Linux x64 serves the site mono applications in mysite.com and other sites using virtual hosting. Sometimes apache stops responding for unknow reason. Apache error_log contains: [...
Andrus's user avatar
  • 169
2 votes
0 answers
2k views

How do I configure mod_mono to use ASP.NET 4?

I am running a VPS with Centos 6.3, with WHM 11.34.1 (build 11). I wish to use mod_mono to host an ASP.NET 4 application. (Background: I am rewriting a hobby PHP website in ASP.NET MVC 4, and want to ...
Mike Caron's user avatar
2 votes
1 answer
706 views

"mod_mono and xsp have different versions" error

I'm trying to start a test MVC4 application on Mono 2.10 $ xsp --version xsp2.exe 2.10.2.0 Copyright (C) 2002-2011 Novell, Inc. Minimalistic web server for testing System.Web $ mod-mono-server4 --...
usr-local-ΕΨΗΕΛΩΝ's user avatar
2 votes
0 answers
892 views

lighttpd + FastCGI + Mono not working with evhost enabled

I've started the migration of a Windows VPS to linode.com, choosing lighttpd over nginx and apache to host some sites built on asp.net mvc, and I'm stuck with what I think is a "document-root" ...
rodrigoi's user avatar
2 votes
1 answer
2k views

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: # ...
Arda Xi's user avatar
  • 71
1 vote
3 answers
637 views

Ubuntu Server 10.10 vs. Fedora Server 14 for Mono.NET app hosting in VM

Ubuntu Server 10.10 vs. Fedora Server 14 I want to create a web-server running Mono, MySQL 5.5 and OpenLDAP running as a VM (on VMWare Workstation). Searching “Ubuntu Server vs. Fedora Server” ...
Abbas's user avatar
  • 190
1 vote
5 answers
5k views

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/...
user1847488's user avatar
1 vote
3 answers
833 views

ASP.NET via mono on linux? [closed]

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

Mono through FastCGI on nginx

I'm going through http://www.mono-project.com/FastCGI_Nginx and can't get it to work. The FastCGI server seems to be running. The following is from the error log: upstream sent unexpected FastCGI ...
Stijn's user avatar
  • 218