Questions tagged [mono]

Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows. This allows running .NET applications on platforms other than Windows with little to no modification.

Mono is a software platform designed to allow developers to easily create cross platform applications.

Sponsored by Xamarin, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.

128 questions
1
vote
1 answer

how to install mono xsp4 and fastcgi-mono-server4

Quick question - I'm on Debian squeeze, running nginx fine and installed mono fine. Now I want to host a .net4 web application and as I understand it I'll need fastcgi-mono-server4 (and xsp4 when testing it out) - where do I get these packages? I…
james lewis
  • 155
  • 1
  • 8
1
vote
2 answers

ASP.NET website as subfolder on PHP Nginx server

My requirements: My website -> example.com - Runs Magento ecommerce platform built in PHP running under Nginx server (currently Apache but very soon moving to Nginx) Another website -> example.com/abcd - abcd is currently another website that runs…
Harshit
  • 113
  • 4
1
vote
1 answer

Disable scripting for a particular vhost

I want to disable every form of scripting (PHP, ASP.NET, CGI) for a specific vhost in my Apache2 setup. Only plain old HTML pages. Scripting must remain enabled for all other vhosts in the server. It's not a security concern, it's a commercial…
usr-local-ΕΨΗΕΛΩΝ
  • 2,359
  • 7
  • 34
  • 52
1
vote
1 answer

Best way of updating my (non-critical) website?

Somehow I couldn't find a related question that quite fit me. Anyway, I run a small blog. When I first started my blog it had next to no traffic, now it receives a couple hundred views per day though, hence my need for a new process. I have my…
Earlz
  • 1,019
  • 5
  • 13
  • 29
1
vote
1 answer

Troubleshooting debian 6 server restarts

A day ago I have installed Mono 2.10 ( for C# 4 support ). Since then server was randomly restarting whenever there is C# app running with no error messages or anything. uname -a Linux ns3001599.ovh.net 3.2.13-grsec-xxxx-grs-ipv6-64 #1 SMP Thu Mar…
Miz
  • 27
  • 5
1
vote
1 answer

configuring apache with mod_mono for .net app

I'm having a huge problem getting mod_mono and apache configured to work correctly. I've had this working at one time, but I can't seem to figure out where i'm going wrong. I'm using mono-server4. I'm trying to use a seperate port from the main…
Erik Funkenbusch
  • 600
  • 10
  • 27
1
vote
1 answer

Is it secure to use apache mod_mono with more virtualhosts?

I am using apache2 with mod_php and mpm_itk_module to run every virtualhost under its user. Now I am looking at mono (mod_mono) and I am not sure, if it is secure to run mono as only one process, whom the request is given by apache. The same I see…
Fanda
  • 188
  • 1
  • 7
1
vote
0 answers

Find counts of ulimit quotas

So, we may have some sort of zainy leak in our software. We're using Mono and spawning many processes over the course of weeks/months. Eventually, we can't spawn anymore on our clients machines. It usually take ~20 hours for things to stop. Closing…
RandomInsano
  • 451
  • 1
  • 5
  • 19
1
vote
1 answer

Mono through FastCGI on nginx

I'm going through http://www.mono-project.com/FastCGI_Nginx and can't get it to work. The FastCGI server seems to be running. The following is from the error log: upstream sent unexpected FastCGI record: 3 while reading response header from…
Stijn
  • 218
  • 3
  • 20
1
vote
2 answers

Clients can make maximum only 15 connections to ubuntu custom server

I have a custom server in C# being run on Ubuntu 9 under mono. I can make up to 15 silverlight clients connect to the server. When I make the 16th, it just waits. And if I close one of the established connections, the 16th client is able to connect.…
gtan
  • 23
  • 5
1
vote
1 answer

mod mono consuming lots of memory and cpu in some situations. How to improve this?

I have set up a apache + mod_mono asp.net mvc3 website, and I'm facing some strange problems with it. Some times, for a reason I do not know, the website just stops responding. When this happens, I ssh into my Linode account (where I host my…
Marcelo Zabani
  • 201
  • 1
  • 5
1
vote
1 answer

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 created a simple hello world web page. thing is its…
sergio
  • 111
  • 1
1
vote
1 answer

apache2 mod_mono not working

I'm using Ubuntu 11.04 as a dedicated server. I installed mod_mono and mono-xsp2 on apache as described here. Apache serves .aspx or .asmx files as files, literally. I checked and mod_mono is enabled. What could be wrong? Should I state somewhere…
ren
  • 337
  • 1
  • 10
1
vote
2 answers

Mono on Apache 2.28 - vhosts does not function properly

I installed Mono on Windows 7, followed the instructions at http://www.mono-project.com/Using_Mono_on_Windows#Using_Mono_on_Windows and the command prompt worked. Mod_mono was added to httpd.conf, and theoreticlaly, it should work. However, I want…
avenas8808
  • 155
  • 8
1
vote
2 answers

Installing Mono on Amazon Linux AMI

I am trying to setup an Amazon EC2 AMI (details) with Mono 2.8.2 on it by following this guide. I've run into a couple of issues with it. Issue One I get a Permission Denied error When I try to do the following steps cat…
Abdullah Ahmed
  • 113
  • 1
  • 5
1 2 3
8 9