Questions tagged [mod-mono]

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.

158 questions
0
votes
1 answer

mod_mono stability issues

I've read several stablity issues with modmono under high load. The root of the problem is GC and the solution is restarting modmono every n hours, and n should be decreased based on error frequency. I'm planning to develop a heavy load site with…
sirmak
  • 3,749
  • 4
  • 30
  • 34
0
votes
1 answer

Server compilation error on some pages apache mono

We have a .net web application running in fedora 6 under Apache & mono 1.1.18 version. So long it was working good. Suddenly I'm getting the following Server Error in some of the pages, Server Error in '/' Application Compilation Error Description:…
Reuben
  • 268
  • 3
  • 15
0
votes
1 answer

Apache Mono - 503 Error

When I access my site I see the Mono icon, but trying to access any page gives 503 error - "Service Temporarily Unavailable" Here is near the end of my httpd.conf (IP addresses hidden): Include /etc/httpd/conf/mod_mono.conf
seattleite7
  • 350
  • 1
  • 5
  • 15
0
votes
1 answer

Mod_Mono 2.10 compilation error

I'm currently trying to install Mono 3.0.3 on OpenSUSE. I've compiled and installed each part (mono 3.0.3, XSP 2.10.1 and Apache HTTPD 2.4.3) from their respective tar balls, but mod_mono 2.10 (and 2.8) both throw compilation errors. I've made sure…
Andy Hunt
  • 1,053
  • 1
  • 11
  • 26
0
votes
1 answer

Cannot access WCF service hosted in Apache with mod-mono

I have a WCF service using basicHttpBinding hosted in Apache 2.2.15, using mod_mono in CentOS. I added the following directives to the end of /etc/httpd/conf/httpd.conf to enable WCF services: MonoServerPath default /usr/bin/mod-mono-server4 AddType…
Miguel Marques
  • 2,386
  • 1
  • 20
  • 31
0
votes
1 answer

mod mono server 4 constantly crashes with soap requests

I have a c# Soap service that I have running on my Linux Suse 12.1 VPS server. This has been working fine without problems until I made a small change to the soap service and copied it onto my VPS. I thought it must have been an issue with my change…
Boardy
  • 35,417
  • 104
  • 256
  • 447
0
votes
1 answer

Does mod_mono support web.config inheritance?

I'm having trouble getting a .NET web service to pick up values from its parent's web.config file. The server is a debian machine running apache2 and mod_mono. Applications are registered with mono-server4. The parent service is registered as: path…
Chris C.
  • 959
  • 1
  • 8
  • 17
-3
votes
2 answers

Is Joomla a good choice of CMS for Mono/ASP.NET?

I'm about to start hacking my own website, hosted by my QNAP Turbo NAS server. I want to take the opportunity to learn ASP.NET and since the QNAP runs Apache I'll have to look into the Mono project. Now, the qustion is, is Joomla a good CMS to use…
sharkin
  • 12,162
  • 24
  • 86
  • 122
1 2 3
10
11