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
2
votes
0 answers

mod-mono-server4.exe using 100% of CPU on Ubuntu 14.04.1 LTS

I have an ASP.NET application that uses some long polling magic. The problem comes when the server has accepted some requests and it's just waiting to return them. If I restart apache in that moment I get multiple instances of mod-mono-server4.exe…
Hristo Kolev
  • 440
  • 1
  • 6
  • 16
2
votes
1 answer

How to run a PHP application in a subfolder of a website using mod_mono on Apache?

I have a website running on mono (on Debian stretch). I would like to have some subfolders which would be handled by php5 module (webmail, stats and PhpMyAdmin for example). Is there a simple way to do that with Apache configuration or should I look…
Spikolynn
  • 245
  • 1
  • 2
  • 11
2
votes
1 answer

Mono aspx error 500: System.Web.Security.FileAuthorizationModule.Init not implemented

I have a CentOS 7 VM installed with all httpd / mysql packages etc. I wanted to run a ticketsystem called SmarterTrack, which is build in ASPX. Looked eveything up and installed the necessary packages I could find on internet (mono server and…
2
votes
1 answer

Mono is crashing after the process starts

I have a .net application running on mono 4.0.2 in ubuntu 14.04. Mono sometimes crashes after the application starts. I see this error in the logs. Stacktrace: Native stacktrace: /usr/bin/mono() [0x4b20bc] /usr/bin/mono() [0x5086ee] …
Santhosh S
  • 263
  • 2
  • 11
2
votes
1 answer

How to automatically re-start apache if it stops responding and socket is still in use

Apache server Debian Linux x64 serves the site mono applications in mysite.com and other sites using virtual hosting. Sometimes apache stops responding for unknow reason. Apache error_log contains: [Sat Jun 20 13:56:31 2015] [error] [client…
Andrus
  • 169
  • 4
  • 12
2
votes
1 answer

Could not load file or assembly fastcgi-mono-server4

I am trying to host an ASP.NET Web Forms application using Mono. I have installed Mono 3.0.7 and XSP 2.10.2 from source into the /usr/bin directory. I then started the mono server with the following command: fastcgi-mono-server4…
2
votes
2 answers

Does Mono need to be restarted after changing code files?

I have installed Mono under Apache and its working. My question is - Do I need to restart the mono service each time I make ANY change to any asp.net file under Apache, be this a .cs or even a configuration change in web.config?
JL.
  • 1,283
  • 10
  • 22
  • 35
2
votes
6 answers

Mono vs Wine for production

For Production Would you rather use Wine or Mono to run a .net application on Linux OpenSuse 11.
JL.
  • 1,283
  • 10
  • 22
  • 35
2
votes
0 answers

How do I configure mod_mono to use ASP.NET 4?

I am running a VPS with Centos 6.3, with WHM 11.34.1 (build 11). I wish to use mod_mono to host an ASP.NET 4 application. (Background: I am rewriting a hobby PHP website in ASP.NET MVC 4, and want to host it on the same machine. I would like to…
Mike Caron
  • 237
  • 2
  • 13
2
votes
1 answer

"mod_mono and xsp have different versions" error

I'm trying to start a test MVC4 application on Mono 2.10 $ xsp --version xsp2.exe 2.10.2.0 Copyright (C) 2002-2011 Novell, Inc. Minimalistic web server for testing System.Web $ mod-mono-server4 --version mod-mono-server4.exe 2.10.2.0 (c) (c)…
usr-local-ΕΨΗΕΛΩΝ
  • 2,359
  • 7
  • 34
  • 52
2
votes
1 answer

What would be the easiest way to host an intranet Mono web application?

I've just finished migrating a lightweight Microsoft® .NET™ web application to Mono and now I'm looking for a straight-forward way to host such development on a (perhaps virtualized) Ubuntu 10.10 server within an intranet environment. I was…
Nano Taboada
  • 145
  • 2
  • 9
2
votes
2 answers

Correct way to give elevated privileges to mono application?

I have a mono application (on Ubuntu) that tails /var/log/messages and picks up USB insertions, and if that device is on a certain port, needs to partition, format, and mount it. Obviously this requires root permissions. I'm new to Linux, and I'm…
Ryan Sorensen
  • 123
  • 1
  • 4
2
votes
1 answer

Want to run asp.net 4 website on Ubuntu. Is it this simple?

Hello I'm a Windows guy and would like to build a small, portable, mini ITX web servers with free software. My application is ready. It's ASP.NET 4.0 connected to MySql 5. It runs on my Windows machine no problem, now I want to put it in a Linux…
wreck_of_u
  • 131
  • 4
2
votes
0 answers

lighttpd + FastCGI + Mono not working with evhost enabled

I've started the migration of a Windows VPS to linode.com, choosing lighttpd over nginx and apache to host some sites built on asp.net mvc, and I'm stuck with what I think is a "document-root" conflict. I'm running lighttpd 1.4.6, Mono 2.8.2 on…
rodrigoi
  • 21
  • 1
2
votes
2 answers

How to uninstall an application which was installed from a Linux Installer?

My server is CentOS release 5.2 (Final). How do I uninstall an application which was installed from a Linux Installer, that is extension of type .bin? For example: I installed an application called Mono using Linux Installer and now I want to…
Gnanam
  • 1,459
  • 13
  • 26
  • 32
1 2
3
8 9