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

Install Appfabric on linux

I'm developing an asp.net mvc application with the intention to host on linux using mono. I want to use appfabric for caching but seeing as it is built into windows. I'm wondering if it can also be installed on linux?
Shawn Mclean
  • 139
  • 1
  • 8
1
vote
1 answer

Nginx, how to set fastcgi_index to several values?

I'm using the nginx webserver on Linux for domain "example.com". I forward everything via fastcgi to fastcgi-mono-server4. Now, everything works fine, I just want to set several index pages, e.g. something like: fastcgi_index Default.aspx…
Quandary
  • 1,024
  • 4
  • 19
  • 36
1
vote
1 answer

Best way to setup multi user environment for hosting Mono ASP.NET

I'am thinking now a few day's about whats the best way is to give many users access via FTP to my server to upload there ASP.NET apps and execute it safetly. I think I will use ProFTPD with mod-mysql and "CreateHome on" so I can manage all the user…
NKnusperer
  • 111
  • 1
  • 4
1
vote
0 answers

Why is my mono/XSP site loading slow?

I have two sites on the same server. One is loading perfectly and incredibly fast. The other is an equally complex site except a bit less javascript and 0 images. Its taking several seconds to load and there is a 1 in 3 chance that i get a Http500…
user274
1
vote
3 answers

Ubuntu Server 10.10 vs. Fedora Server 14 for Mono.NET app hosting in VM

Ubuntu Server 10.10 vs. Fedora Server 14 I want to create a web-server running Mono, MySQL 5.5 and OpenLDAP running as a VM (on VMWare Workstation). Searching “Ubuntu Server vs. Fedora Server” mostly yields flame wars and noise. There are a few…
Abbas
  • 190
  • 1
  • 8
1
vote
1 answer

ASP.NET, PostgreSQL, Mono, Ubuntu, Apache: Good idea?

I am a long-time Microsoft .NET developer. ASP.NET/MSSQL/IIS has been my bread & butter over the past 6 years. Now, I'm getting fond of the "lightweightness" of Ubuntu 10.xx server. I'm also loving SSH-ing it from my Windows 7 PC and installing apps…
wreck_of_u
  • 131
  • 4
1
vote
1 answer

Setting up (Mod_)Mono on Ubuntu 10 with Apache2

Can anyone give me links on some tutorials (or advice) for setting up Mono on Apache2 in Ubuntu? Most of what I found seems to be missing steps or isn't very clear. (Ended up left with a site that still isn't able to display and I'm certain it's a…
AWinters
  • 141
  • 1
  • 3
1
vote
0 answers

How do I change where mod_mono logs its errors?

I have set up mod_mono on Centos 5.4. It seems to be working, except that mono sends its log information (exception tracebacks) to the global apache error log. I'd like it to send these errors to the per-vhost logs. Is this possible? Thanks
DaedalusFall
  • 197
  • 2
  • 12
1
vote
1 answer

Can I use xsp2 instead of apache with mod_mono as my regular web server application?

The idea in my mind is because some part of my web application does not work functional under apache with mono,but fine under xsp2.I stuck in this problem for a week.May be the problem is permission.Can I just run xsp2 instead of apache? If I…
Shisoft
  • 161
  • 1
  • 11
1
vote
1 answer

ASP.NET, URL Rewriting and threads on Linux?

Right now converting my normal sql(ite) syntax into compatible MS Server syntax is driving me mad. My code seems to be mono compatible judging by MoMA. However in global.asax i start several threads in Application_Start to use as a service and…
user274
1
vote
5 answers

Installing trunk Mono on Ubuntu

I am quite new to linux. I have to install Mono on a linux machine from souce code. I know the general method: read-instructions, install-dependencies, ./configure, make, make install. However this approach doesn't fit into the general Ubuntu…
kalvi
  • 113
  • 2
  • 3
1
vote
1 answer

Has anyone succeeded in installing Mono (the Linux .NET framework project) on the red hat enterprise?

Has anyone succeeded in installing Mono (the Linux .NET framework project) on the red hat linux enterprise?
ASergan
1
vote
2 answers

Whats the easiest route to trying out mono 2.6?

We have several web applications built on Microsoft technologies (asp.net+mvc framework, built using VS2008, MS SQL Server). I have recently be playing with Ubuntu (9.10), installed using Wubi, and wanted to see if I can get our apps running on a…
E J
0
votes
1 answer

How do I install libmono.so on Ubuntu 18?

I am trying to build some code that uses CMake to find and link to Mono. It is trying to link to libmono.so and libmono-2.0.so. I have installed mono-complete (which installs mono-devel) without errors and the files still do not exist. Using dpkg on…
AlastairG
  • 348
  • 3
  • 15
0
votes
1 answer

How to free SSL certificates on Debian 6 squeeze with Apache

I'm looking for a way to use free SSL certificates in Apache running in Debian 6 squeeze. I tried to use Lets-Encrypt running ./certbot-auto --apache certonly --no-bootstrap throws error WARNING: couldn't find Python 2.7+ to check for…
Andrus
  • 169
  • 4
  • 12
1 2 3
8 9