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
0
votes
1 answer

Strange directory access in apache with mutliple servicestack applications hosted with mod_mono

I have a webserver (Linux, Ubuntu 16.04) running a apache. I use it to host some ASP.NET applications with mono developed using the ServiceStack framework. Here is my vhost configuration ServerName myhost ServerAdmin…
mat
  • 548
  • 6
  • 20
0
votes
1 answer

How do I stop MySQL from loading Mono libraries when it won't start?

I am getting an error when I try to start MySQL on my Ubuntu Server 9.04 machine: /usr/sbin/mysqld: /etc/mono-1.9/lib/libz.so.1: no version information available (required by /usr/sbin/mysqld) This prevents the MySQL daemon from starting. It…
0
votes
1 answer

Opensuse Leap 42.1: xsp & fast-mono-server problems

I have recently upgraded my opensuse machine from 12.2 to Leap 42.1 (x86_64). It's mostly going well. However, I installed mono & xsp via yast (KDE) and I have found that both xsp & fastcgi-mono-server4 are unwell. If I ask these modules (mono, xsp…
0
votes
1 answer

Nginx Subdomain using FastCGI-Mono-Server4

I have 1 subdomain in addition to the main website, all running on nginx + fastcgi-mono-server4. PROBLEM: I have to make the subdomain use a different port (port 81) for all the .conf/.webapp files or else when i visit subdomain.example.com, it…
invulnarable27
  • 183
  • 1
  • 3
  • 8
0
votes
1 answer

Deploy MySQL/MariaDB on demand in a C# application

I'm creating a lightweight bug tracker, and I'm really having difficulties with people that don't know how to deploy and connect to a MySQL database on their own. What they should do is to create their database, and run my SQL source to create the…
Steinbitglis
  • 183
  • 1
  • 8
0
votes
2 answers

Issues with ASP.NET via Apache/mod_mono on Ubuntu

I run an Ubuntu test server, and my deployment system is also Ubuntu. I've recently been trying to get ASP.NET to work on my test server so that we can take it live. I managed to get it installed, and configured properly, and my application is…
Matthew Scharley
  • 1,507
  • 3
  • 15
  • 19
0
votes
1 answer

404 error for WebResource.axd with fastcgi-mono-server4

I have a simple ASP.NET WebForms app that I created in Windows and copied over to a Linux server (Ubuntu 14.04) that is running fastcgi-mono-server4 and nginx. The app runs fine on windows, but when running on mono it fails to get the…
0
votes
2 answers

Why does google-site-verification go into fastcgi-pass ?

See the below nginx configuration file. Virtual name based hosting (example.com), passing requests for example.com and www.example com to the mono fastcgi-process on port 9000 (127.0.0.1:9000) I've added the file google-site-verification, but the…
Quandary
  • 1,024
  • 4
  • 19
  • 36
0
votes
1 answer

Automatically starting C# Mono application on Ubuntu server

I have a TCP server written in C# which I will run on my server. I've tested the application running on the server and client side and it all works great! I'm using mono on my Linux server to run the Server.exe application. I've been experimenting…
Kieran Crown
  • 101
  • 1
  • 1
  • 2
0
votes
2 answers

ASP.NET app on Apache Mono Ubuntu compiler error as log4net is unable to be found

I'm trying to get a vulnerable practice ASP.NET web application (WebGoat.NET) installed on Apache Mono on Ubuntu. I've followed this guide and it all went smoothly; however, whenever I try to run the app I get this error: The type or namespace name…
Jingo
  • 175
  • 2
  • 6
0
votes
2 answers

How do I add Mono Application to Ubuntu Start Up?

I am very new to Ubuntu & Linux. I have deployed an C# Console Application to an EC2 Instance running Ubuntu 12.10. Currently I am using mono foldername/appname.exe to start the app. How do I add this to the start up? Thanks in advance.
Libin TK
  • 111
  • 5
0
votes
1 answer

Mono 3.0 not intercepting requests on Apache2/CentOS

I have Mono 3.0.6 up and running on a CentOS 6/Apache 2 setup. I have published an ASP.NET 4.5/MVC4 website on the server. However, when I try to reach the website I get a status code 503 (Service Temporarily Unavailable), and in the logs I can see…
Astaar
  • 448
  • 1
  • 8
  • 18
0
votes
1 answer

CentOS 6 Mono and Apache

EDIT: Added some extra logs at the end I'm trying to make Mono 3.0 work on CentOS 6 with Apache. I have compiled Mono, mod_mono and the XPS server from the source. But now I'm getting errors because it doesn't seem to be pointing to the right…
Astaar
  • 448
  • 1
  • 8
  • 18
0
votes
2 answers

Running mono-based application on Centos Start

I am very new to Linux and I am currently switching my server from Windows to Centos 6.3. I have written a small UDP server. UDP server was written in C# and now I adopted it to work with Linux using Mono. It is working fine, when I run it this…
Andrew
  • 165
  • 9
0
votes
6 answers

Which technology stack would result in easiest deployment for a customer-hosted web app?

Given a web application that would need to run on the customer's servers, and installed by the system administrators on the customer's side, which technology stack would result in an easier deployment with least amount of "server surgery" done by…
user14102
1 2 3
8 9