Tagged Questions
0
votes
0answers
22 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
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
224 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
100 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
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
505 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
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
162 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 ...
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
410 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 .
...
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
375 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
724 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
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
1answer
297 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
456 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 ...
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
925 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 ...
1
vote
1answer
344 views
Mono - ASP.NET Application in domain Subfolder
I have an Apache server with mod_mono hooked up to a legacy ASP.NET application. I can't seem to get this application to work if I move it from a top level folder.
For example, the following mono ...
1
vote
1answer
242 views
SolrNet lowercases Solr field names on query string, causes Solr 1.4 to fail
This is a strange bug that we started seeing about a year ago. At first, I only occasionally noticed it on my dev machine, but now it's been starting to appear in production, which is problematic.
We ...
0
votes
1answer
169 views
Retrieving client certificate from SSL session in mod_mono (in Apache 2.2.2 (Red Hat))
I am trying to set up a .NET web service in mod_mono that has historically has only run under IIS 6/7.
Most of it works well, except for one little detail: The web service is supposed to log the ...
2
votes
1answer
1k views
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 ...
3
votes
2answers
324 views
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 ...
20
votes
1answer
1k views
How do I host multiple MVC3 sites on a single virtual host running Apache2?
I'm trying to configure mod_mono with Apache2 on OSX. I would like to run multiple MVC3 projects on the same virtual host, but for some reason only the first one listed is working. Any help on this ...
7
votes
1answer
1k views
Install mod_mono on Mac OSX
I just started to develop website with mono+asp.net mvc2 on mac osx but I am quite new to mono and mac.
I have got things working from MonoDevelop. My website is running ok with XSP when I run it ...
3
votes
0answers
913 views
Mono 2.10.1 apache errors: Command stream corrupted, last command was -1
When starting a test mono server, Immediately the site is giving quite a few errors. The error I'm particularly concerned about is
[error] (70014)End of file found: read_data failed
[error] Command ...
0
votes
2answers
451 views
Mono 2.8.2 System.buffer.blockcopy error
When testing a ubuntu server running apache2 and mono 2.8.2 in a high load environment, about every ten minutes, it would output the following error (with the last two error lines repeated about a ...
1
vote
1answer
211 views
xsp2/mod_mono: Server error 500: xsp2 trys to load a dll which is not required for the current request
xsp2 shows a server error
"Could not load file or assembly 'cammWM' or one of its dependencies. The system cannot find the file specified.
File name: 'cammWM'
at System.AppDomain.Load (...."
What ...
6
votes
5answers
1k views
C# code runs quick on IIS, but slow on Mono - how to improve it?
I have an ASP.NET application that is working well on my Windows development machine. The server is Linux running Mono though, and once uploaded the same code is running 4 or 5 times slower there than ...
4
votes
3answers
1k views
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 ...