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.
0
votes
0answers
3 views
Is there a new way of setting MONO_IOMAP with Apache2
This is almost a wiki post, but the MonoSetEnv MONO_IOMAP=all options does not work for me in Apache2 w/ Ubuntu as specified in what I understand is the official doc.
<VirtualHost *:80>
...
1
vote
0answers
14 views
Apache2 Mod_mono Ubuntu
Mod_mono is not serving up pages, if I go to the url it just downloads the page rather than serve it. Here is my virtual host file. Everything else is default setup all I have done is enable mod_mono ...
0
votes
0answers
23 views
Null pointer in mono asp.net handler
I am writing an asp.net handler. So far the handler has worked fine in IIS, but we have switched to a linux server for production. We are using mod_mono in apache to host the content.
I am getting a ...
1
vote
1answer
69 views
Running ServiceStack with Razor views on CentOS
I have cloned the RazorRockstars project from https://github.com/ServiceStack/RazorRockstars.git and verified that it runs on Windows.
Now I want to deploy it to Linux CentOS 6.3 with Mono 2.10.8. I ...
1
vote
1answer
49 views
servicestack service on mod_mono / apache not found
I have a simple ServiceStack web service that I have working on my Macbook with xsp. With a browser I can view the metadata page and the service is working.
I just installed mono, mod_mono, xsp on a ...
2
votes
2answers
225 views
Unable to host ASP.NET MVC 4 app using mod_mono
I'm trying to host an ASP.NET MVC 4 application in apache with mod_mono but I keep getting the following error:
An exception has occurred while generating HttpException page:
...
1
vote
0answers
36 views
mod_mono reboots server process every minute, on the minute, citing file changes as reason
Running mod_mono server 4.0 on Fedora 17, every minute, on the minute, mono reboots itself, citing file changes as the reason for rebooting, despite the fact no files have been made.
On occasion but ...
1
vote
1answer
101 views
How to deploy an ASP.Net Web Forms on Apache with mono mod
I made an ASP.Net Web Forms application and it's working in debug mode in Visual Studio 2012. But when I uploaded the application folder into my Apache with mod_mono I got an Error that indicates I ...
0
votes
0answers
77 views
mono: I want to host WCF services on Apache for one of my commercial application
I am creating an application where I want to use WCF services, but I am having Apache server only. So is it advisable to host my WCF service on Apache using mod-mono for a commercial application which ...
0
votes
1answer
121 views
ASP.NET - Mono - PostgreSQL - Failed to establish a connection [0x00101]
Been trying to get my asp.net application to connect to my PostgreSQL database under mono for a few days to no avail. Can connect to it under IIS but not Apache and Mono.
The ASP.NET part works ...
0
votes
1answer
509 views
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? ...
0
votes
0answers
40 views
mod_mono with apache2.2 for windows 7
can anybody share configuration of mod_mono with apache2.2 for windows 7 ,i m stuck at mod_mono,
i have installed and running wamp+apache2.2+mysql+php5.3,but not able to run my aspx page in apache .i ...
0
votes
1answer
60 views
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 ...
1
vote
0answers
151 views
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 ...
0
votes
1answer
164 views
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 ...
1
vote
0answers
111 views
Service Temporarily Unavailable when System.Web.dll in mod mono web application bin
I'm migrating an asp.net web application from a 64bit Windows 2008R2 server running IIS 7.x onto a debian 6.06 running apache and mod mono. I'm getting the following error:
Error 500: Could not ...
0
votes
1answer
133 views
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 ...
1
vote
1answer
1k views
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 ...
2
votes
0answers
413 views
Installing Mono and mod_mono on CentOS with Yum
I've been trying to find a way to get Mono into Yum, There's a similar question here:
Install Mono on Centos5.5 using YUM
However this is out of date - the following repositories no longer exist:
...
0
votes
1answer
240 views
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:
...
3
votes
1answer
109 views
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: ...
1
vote
0answers
106 views
Mono (mod_mono) & Apachen Debian doesn't process aspx page
I'm trying to develop a simple website and deploy on Apache + mod_mono+ debian.
Apache fails to render the aspx pages with a compiler error. Here's is the aspx code and error details .
...
2
votes
0answers
46 views
Export variable to enable Garbage collector for mono exceptions
I just enabled GC as I was getting a lot of mono exceptions and increase in MAXHINCR or MAX_HEAP_SECTS exceptions. I exported the variable to enable general collector. Know I am noticing that the ...
0
votes
1answer
332 views
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 ...
1
vote
2answers
107 views
How to profile my production web application?
I have a blog I made. Recently, I've been noticing some performance problems. I'm getting about 400ms waiting times for the index page. I think this is quite high. When I first deployed it(with less ...
0
votes
1answer
115 views
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 ...
1
vote
1answer
376 views
mono shell execute
i use Mono 2.11.1 build running Apache on Centos 6.0 64bits, to run a webservice named Provisionning, that interacts with Asterisk.
I need to call and execute a shell command to convert audio files , ...
6
votes
1answer
4k views
How to successfully host ASP.NET MVC4 RC on Mono 2.10.8
I'm trying to host a ASP.NET MVC4 RC project on top of Mono 2.10.8.1. I'm getting the following exception when I access the app for the first time:
Missing method ...
1
vote
1answer
728 views
Exceptions running .NET4.0 apps on Mono 2.11.1 via mod_mono
Yesterday I've installed mono version 2.11.1 on CentOS 5.7. Since then, I can't get my .NET4.0 applications to work via mod_mono and Apache, but my .NET2.0 applications work fine. Running a .NET4.0 ...
0
votes
0answers
38 views
random error in application wiht ConfigurationErrorsException
NET website that was hosted in a windows-IIS-MSSQL server, but recently was migrated to a linux-mono-apache-Mysql server. After some tuning the site is working almost perfectly. The problem is that ...
0
votes
0answers
374 views
How to serve ASP.Net & PHP pages under Ubuntu Server 11.10
I am working on a website in which half of pages/modules are in .aspx and half on .php. A little brief info about my project is:
OS: Ubuntu 11.10 Server installed in VMware workstation 8.0
APACHE, ...
0
votes
1answer
551 views
xsp/apache not working for ASP.NET application, xsp4 from terminal does work
I have a site make in monodevelop on Archlinux.
The site runs fine in monodevelop F5 run, and also runs fine when running xsp4 from the terminal
However, when running under apache, I am getting ...
0
votes
2answers
172 views
how to pipe stdout to browser in Mono Apache MVC2 application
Code below is used to save PostgreSql database backup from browser in Apache Mono MVC2 web application in Linux.
It takes long time for backup to finish before file transfer begins. pg_dump can write ...
1
vote
0answers
208 views
How to backup PostgreSql database from browser in MVC2 application on Mono
Mono MVC2 application is used to backup PostgreSql database from browser.
After some time of work exception Thread was being aborted occurs (whole error message is below).
pg_dump runs but looks like ...
1
vote
0answers
169 views
ASP.Net 4.0 AutoStart feature with Mod_Mono
Does anybody knows whether Mono (Mod_Mono) supports the new ASP.Net 4.0 feature called AutoStart?
If it supports, how can I configure Apache2/mod_mono to enable it?
If it doesn't, is an automated ...
0
votes
1answer
308 views
asp.net not running on Apache 2 on OSX Lion - Getting a Forbidden 403 response
As of the current time of writing (2012-03-05) I'm running the following components:
OSX Lion
Default Apache installation (Apache2)
SSLEngine on Apache is "on" (doing some dev, but not trying to ...
14
votes
1answer
392 views
Mono vhost configuration errors: Address already in use
I've got three different error messages in my apache error log every time I'm starting apache. I've read the mod_mono configuration section multiple times so please give me a hint how to get rid of ...
0
votes
2answers
148 views
How to disable mod_mono by default?
Mod mono is enabled by default for all accounts on cPanel server.
I installed it using EasyApache. How can I disable it by default for all accounts and how do I enable it just for a specific account?
...
0
votes
1answer
298 views
mono 4.0 xsp4 and mod_mono: method arguments are incompatible
I've have a fresh install of Ubuntu server 11.10 with mono and and mod_mono and I'm trying to get a asp.net site running (requiring .net 4.0) but all I get is this really unhelpful stack trace:
...
0
votes
1answer
376 views
WCF service using mod_mono
I am trying to host a WCF service on CentOS using mono 2.10.8 and access it as a REST or SOAP server.
I started an application using mod-mono-server-4 in the folder containing my web.config:
...
1
vote
3answers
242 views
mod_mono: Random CompilationException errors
After a server restart I sometimes get random CompilationException errors like this:
CompilationException: CS0006: Metadata file ...
1
vote
2answers
1k views
Trouble installing mod_mono on Mac OSX Lion
There is another question regarding installing mod_mono on OSX, but I'm going to assume that was before Lion came about, which had some breaking changes for developers (like python versions).
I've ...
3
votes
1answer
644 views
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 ...
2
votes
1answer
457 views
Mono and IHttpHandler
I'd like to use XSP or better mod_mono within a .Net-Project using the IHttpHandler method.
I have the following class (quite simple:
public class Class1 : IHttpHandler
{
public bool ...
3
votes
1answer
210 views
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 ...
0
votes
1answer
135 views
Step-by-step-by-step procedure for enabling mod_mono on OSX
I'm running OSX Leopard 10.5.8.
Apache is working.
Mono framework 2.10 has been installed and is working.
XCode has been installed and is working.
The mod_mono source code 2.10 has been downloaded and ...
4
votes
1answer
1k views
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 ...
2
votes
2answers
926 views
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 ...
0
votes
1answer
628 views
Why does MySql Connector.Net work on my Windows box but not on Mono?
I have installed Mono (version 2.10.2), mod_mono and have successfully tested it with both an index.html and an index.aspx echoing the date.
My problem is that I can't get MySQL to work with Mono;
I ...
4
votes
2answers
281 views
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 ...