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
1
vote
0 answers

key dumplication when adding: httpmodules

I am getting this error (it appears) when mod_mono auto restarts.Really need your help. System.ArgumentException: Key duplication when adding: httpModules at System.Collections.Hashtable.PutImpl (System.Object key, System.Object value, Boolean…
Zip
  • 11
  • 2
1
vote
1 answer

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. ServerAdmin webmaster@localhost MonoAutoApplication…
dstj
  • 4,800
  • 2
  • 39
  • 61
1
vote
1 answer

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 Fedora 14 box. I can see that the mono_module is…
Barry
  • 417
  • 6
  • 18
1
vote
0 answers

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 not always, it will throw an exception during the…
John Smith
  • 11
  • 1
1
vote
0 answers

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 fine, it's just the connection to the database that…
wTheOnew
  • 11
  • 4
1
vote
0 answers

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 load type …
capdragon
  • 14,565
  • 24
  • 107
  • 153
1
vote
2 answers

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 features, but still) I recall index load times of…
Earlz
  • 62,085
  • 98
  • 303
  • 499
1
vote
1 answer

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 console app from the command line works fine as…
0
votes
1 answer

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 errors, specifically: Method not found:…
Stephen2
  • 57
  • 7
0
votes
2 answers

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 to standard output instead of file. How to force…
Andrus
  • 26,339
  • 60
  • 204
  • 378
0
votes
2 answers

Mono (mod_mono) & Apache (httpd) on Fedora 10: failing to start correctly

It seems I am one of the few trying to get Mono's mod_mono to run on httpd on Fedora 10. Mono is installed and the httpd is configured to use mod_mono.conf But when I do this: service httpd start I get this error: Starting httpd: [crit]…
Robs
  • 8,219
  • 6
  • 41
  • 57
0
votes
1 answer

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 access .net through ssl yet) Mono 2.10.8 xsp…
andy
  • 8,775
  • 13
  • 77
  • 122
0
votes
1 answer

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: Server Error in '/' Application method arguments are…
smremde
  • 1,800
  • 1
  • 13
  • 25
0
votes
1 answer

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:
Christoph Fink
  • 22,727
  • 9
  • 68
  • 113
0
votes
1 answer

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 have downloaded the…
sergio
  • 1,026
  • 2
  • 19
  • 43