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
0
votes
1 answer
C# web application without IIS
For web application development using C#, IIS seems to be the standard choice of web server. But are there any other options? I want to use Linux for my web server.
As far as I can see the other options are:
Make your web server program handle the…

sav
- 2,064
- 5
- 25
- 45
0
votes
1 answer
How can I debug XSP in monodevelop with my MVC Application?
I cloned the mono xsp project at: https://github.com/mono/xsp.git and built xsp in mono develop but I having trouble getting it to run. I get the same error in the IDE or on the command line. My end goal is to run my site while debugging xsp. How…

Dan S
- 9,139
- 3
- 37
- 48
0
votes
1 answer
System.Threading.ThreadAbortException in XHR Proxy running on mod_mono (3.12.1)
I have a .NET 2.0 application which I'm interested in porting to run on Linux under mod_mono.
Part of the application is an XHR proxy which provides access to the various data-feeds provided to the front-end. This proxy script makes sure the user…

zorlack
- 664
- 2
- 7
- 26
0
votes
1 answer
mod-mono: how to set MonoMaxActiveRequests on specific application to get past the 20 threads limit
I'm using mod-mono 2.6.7 (upgrading is not an option) with Apache 2.2.24 and the max amount of parallel request seems to be stucked at 20. I don't know yet whether the limit comes from Apache or mod-mono. It seems that there's a default (or manually…

evg02gsa3
- 571
- 5
- 17
0
votes
1 answer
Mono and Apache are serving files with no ASP.NET processing
On a new Rackspace Cloud Server box (Ubuntu 9.10), I've installed apache2, libapache2-mod-mono, and mod-mono-server2. I've disabled mod_mono and enabled mod_mono_auto, but whatever I do, requests for Default.aspx return the actual contents of…

dnord
- 1,702
- 2
- 18
- 34
0
votes
0 answers
How to restart apache if site returns 500 error code
ASP.NET MVC4 application is running in Debian x64 Linux using Apache and mod_mono
Sometimes site starts to return Duplicate session key errors with http code 5xx
and application stops working or it start to return returns request timed out…

Andrus
- 26,339
- 60
- 204
- 378
0
votes
1 answer
Mono on Apache on OSX: how do I resolve this desktop mutex error?
I'm running Apache 2.2.26 on OSX 10.9.3, and until recently, I had finally successfully installed Mono so I can host ASP.NET pages on this box.
But suddenly, I'm getting 404 errors for every ASPX page I try to access. The exception seems to be…

richardtallent
- 34,724
- 14
- 83
- 123
0
votes
1 answer
Cannot start XSP 4.5 using mono on Centos
I copied the xsp4 from 4.0 to 4.5 and run the following script:
exec /opt/mono/bin/mono $MONO_OPTIONS "/opt/mono/lib/mono/4.5/xsp4.exe" "$@"
Gives me the error:
[mono] /usr/local/src/xsp-2.10.2 @ xsp4
Could not load signature of…

Tallisado
- 37
- 5
0
votes
1 answer
How do I fix the build for mod_mono when it cannot find strndup on FreeBSD?
I am installing mod_mono with Apache 2 on FreeBSD and I get the following error when Apache tries to load the mod_mono.so module.
Cannot load
/usr/local/apache/modules/mod_mono.so
into server:
/usr/local/apache/modules/mod_mono.so:
…

Brennan
- 11,546
- 16
- 64
- 86
0
votes
2 answers
How to use mod_mono control panel if MVC4 application is in root site
ASP.NET MVC4 application is running on example.com site root using mod_mono and Mono 3.2.8 in Debian Linux.
Mono control panel is enabled using config below.
Typing http://example.com/mono in browser returns 404 error below.
It looks like this…

Andrus
- 26,339
- 60
- 204
- 378
0
votes
1 answer
How to get mod_mono.so in Mac OS X 10.9
I have installed MONO from http://monodevelop.com/Download and installed the Mono framework MRE and MDK. I am trying to get this to work in Apache on OS X 10.9. I see I need the mod_mono.so for Apache but I can not see it in the downloads section.…

Asle
- 767
- 2
- 8
- 22
0
votes
1 answer
Mod_Mono doesn't load Web.Config AppSettings from configSource
I don't understand why Mono isn't loading appSettings from an external file. I've seen others' posts detailing how they've achieved this in .NET and Mono. However, I'm only able to get it working in .NET.
I've tried the configSource and file…

roydukkey
- 3,149
- 2
- 27
- 43
0
votes
1 answer
Unable to make Mod_mono in Red Hat even after configure has completed without errors
I have successfully run the configure script for mod_mono, but get multiple error messages while making mod_mono in my RHEL 5 server. I ran configure with the following options: ./configure --with-apr-config=/usr/local/bin/apr-1-config…

varun kumhar
- 157
- 2
- 19
0
votes
1 answer
ToRequestContext method missing in servicestack
Using some examples I am attempting to get SS authentication working in an asp.net MVC application. I am using this line:
authService.RequestContext = System.Web.HttpContext.Current.ToRequestContext();
No matter what I do, I cannot find…

SeanH
- 584
- 3
- 18
0
votes
1 answer
System.UnauthorizedAccessException on RHEL4/Mono x86_64
I am using mod_mono 2.4.2.3 and Apache 2 to host a web application. This application tries to generate a temp image on its temp folder, but it gives me this error:
System.UnauthorizedAccessException: Access to the path…

leandrosa81
- 138
- 8