mod_mono is a module for the Apache HTTP Server that allows for hosting of ASP.NET pages and other assemblies on multiple platforms by use of the Mono development platform.
Questions tagged [mod-mono]
158 questions
4
votes
1 answer
Orchard CMS on Mono
This question might be slightly subjective, but I am unsure where else it would be better suited.
I have used Orchard on a number of projects where the server was Windows Server based - integrating with AD, SQL etc to provide a MVC based portal -…

Darbio
- 11,286
- 12
- 60
- 100
4
votes
1 answer
How do you restart a mod-mono asp.net application from command line?
I have an asp.net MVC web app running on mod-mono under Apache2 on Ubuntu 10.04 LTS. I want to drop a new assembly into my app, without having to restart Apache as a whole.
I see from here that you can install the mono control panel and restart…

simon
- 1,840
- 2
- 18
- 34
4
votes
1 answer
Basic Mono installation wont work
Am using a CentOS 5.3 box as prod server and am trying to get mono running there. after much sifting i managed to install version 2.10.2 via yum.
i installed also xsp and mod_mono the same way and created a simple hello world web page. thing is its…

sergio
- 1,026
- 2
- 19
- 43
4
votes
2 answers
mod_mono on windows
I am trying mod_mono on apache 2.2.x running on a win7 box – followed the steps described here.
The module loads Ok, but I can't run my ASP.net application (404). Does anybody have any suggestions or an example configuration that works? Thanks.

SorinS
- 180
- 1
- 12
4
votes
1 answer
C# website, am I forced to use IIS?
I've been thinking for a while about which language to use on my next project. Usually I default to PHP on my LAMP server, but I'd really like to use C# (mainly because of code reuse), and ideally still sicking with Apache. Has anyone used…

Matt Parkins
- 24,208
- 8
- 50
- 59
4
votes
1 answer
Problem with WCF Hosting on Mono
I am trying to host a simple application with one .aspx, .asmx and .svc file each. I followed the below guide to achieve the hosting (since I am very new to the linux world, it took a while to understand…

Vinod
- 929
- 1
- 16
- 42
4
votes
2 answers
Is support for ASP.Net in mono being discontinued?
I was listening to a recent stack exchange podcast episode 11 and sometime during it Joel stated that ASP.Net was officially no longer supported by mono.
I've been looking around and haven't been able to find anything officially stating…

sclarson
- 4,362
- 3
- 32
- 44
4
votes
3 answers
Apache is leaking semaphores when running mod_mono
I'm running an ASP.NET MVC2 application under mod_mono with mono 2.8.1 and currently have to periodically clear out semaphore arrays that apache seems to be leaking.
I started with mono rpm's for 2.6.7 a while back but had had some issues both with…

Arne Claassen
- 14,088
- 5
- 67
- 106
4
votes
1 answer
call stack missing info on mono with apache and mod_mono
How do i enable debugging/stacktrace with filenames and numbers with apache2/mod_mono? Instead of filenames and numbers i get something like this
at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] in
user34537
4
votes
1 answer
What is the difference between setting up mod-mono virtual hosts via webapp file versus apache site configuration?
I'm using mod-mono for deploying an asp.net mvc application on Ubuntu Server 10.04. The following packages were installed: mono-apache-server4 libapache2-mod-mono apache2.
There are several blogs that configure mod-mono virtual hosts via the…

Dresel
- 2,375
- 1
- 28
- 44
4
votes
2 answers
installing Mod_Mono and Xsp4 on CentOS 6.3
I've gotten Mono 3.0.1 installed, but I'm running into tons of dependency issues trying to install Mod_Mono and Xsp4, Has anyone gotten this to work? If so what were some of the steps you had to take? Is there a central location for this?
Thank you…

Chazt3n
- 1,641
- 3
- 17
- 42
4
votes
1 answer
mod_mono gives EOF errors on fresh centos install
I have a fresh install of Centos 6.3 fully updated.
I have installed mono, xsp, and mod_mono from sources. Each package compiled perfectly. They were all installed with a prefix of /usr/local/mono (so everything sits under /usr/local/mono)
I have…

Tony P
- 93
- 5
4
votes
1 answer
Mono 3.0.0: Could not load file or assembly: System.Web.Extensions.dll, Version=4.0.0.0
I am hosting a ServiceStack web service in Apache with mod-mono, I have mono-3.0.0, and xsp-2.10.2.
I hosted the hello world example targeting .Net framework 2.0 and using mod-mono-server2, and it worked fine.
I then change the project to target…

Miguel Marques
- 2,386
- 1
- 20
- 31
4
votes
1 answer
mono on Linux returns different set of cookies
I have an MVC site running on mono 2.10.8.1 on apache2 undo ubuntu. I have a service that checks credentials and set cookies if all good. In windows i have no problem and got only one cookie: .ASPXAUTH. However when i deploy to linux server, it sets…

Felix
- 830
- 10
- 17
3
votes
1 answer
Mono 2.4, AutoHosting and MVC
Can mod_mono's AutoHosting be modified to support ASP.NET? ATM it doesn't really work: Link. / works, but the runtime ignores Global.asax altogether and doesn't follow the routing conventions.

hb.
- 1,705
- 5
- 22
- 43