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

Can Mono 2.4 Ahead-Of-Time (AOT) compile on FreeBSD x86 (or x64)?

I use a shared web server (NearlyFreeSpeech.net, highly recommended!) running FreeBSD 7.2 and would love to write CGI scripts for it using C# but they have not installed Mono on there yet. If I use my own FreeBSD 7.2 box and compile my C# programs…
Jared Updike
  • 121
  • 4
0
votes
1 answer

nginx rewrite url to lowercase url

I have nginx setup, however I'm needing to fix an issue where someone types "/Home" to: rewrite it to the lowercase "/home" (do this to all files and directories, not just home) but locate the Uppercase (if there is one) file. Or do I need to add…
thames
  • 955
  • 3
  • 10
  • 20
0
votes
1 answer

MySql *completely random* Unable to connect

This one is killing me. We have an ASP.NET/Mono application on a MySQL database. For months we've been plagued by a completely random but consistent occurrence of "Unable to connect to any of the specified MySQL hosts". I'm by no means a MySQL pro,…
hikaru
  • 121
  • 2
0
votes
1 answer

Mod Mono CentOS Install - Dependency: >= httpd 2.2

I've been trying to install Mono on CentOS 5.5 with Cpanel. It was all going fine until I needed to install the mod mono add-on. I get a missing dependency error, any help would be much appreciated thanks. Tryining to install mod mono: root@ns223540…
dciso
  • 101
  • 2
0
votes
1 answer

Mono fast cgi not working on nginx

I installed mono fast cgi for nginx following instructions on: http://www.mono-project.com/FastCGI_Nginx but when i try to load test aspx file i getting 502 error gateway,and following error in error log: 2011/11/28 18:49:51 [error] 5376#0: *6…
0
votes
1 answer

Apache Reverse Proxy not working inside a VirtualHost running a Mono Web Application

I have a mono web application running with this virtual host below. It is running on Apache 2.2.20 / Ubuntu 11.10. I tried to add a reverse proxy inside this virtualhost so I can make asynchronous or AJAX type calls back to this same domain. My…
Arwen
  • 3
  • 2
0
votes
1 answer

How do i get concurrent asp.net on linux?

-edit2- It turns out asp.net (i dont know if its mono specific) blocks if the url and ip address are the same. Its nonblocking if i run it from my local machine and server at the same time. I have nginx setup using mono's fastcgi server…
user274
0
votes
2 answers

Can mono/xsp with fastcgi handle more then one request?

Right now i am using nginx with mono/xsp through fastcgi. I haven't seen any clear answers but can xsp/fastcgi handle multiple request? I have one instance running all my sites. Would i get better performance if i have an instance per site? (this…
user274
0
votes
2 answers

How to Install Mono 2.4 from Source on Fedora 11

Please could someone give me instructions on how to install Mono 2.4 & mod_mono & xsp from source on Fedora 11 So that I can run ASP.NET Thanks Lucifer
Robs
  • 167
  • 7
0
votes
1 answer

install mono rpm like yum?

I want to install the mono RPM like it would be if I installed it through yum. What I mean is that when you install the rpm it puts everything in /opt/novell/. I want it to put in /usr/bin/, etc like yum does.
Will
  • 257
  • 4
  • 19
0
votes
1 answer

Mono HttpListener requires root?

if I try to run my program that uses HttpListener without root it throws this exception. Unhandled Exception: System.Net.Sockets.SocketException: Access denied at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in :0 at…
Will
  • 257
  • 4
  • 19
0
votes
1 answer

Making / resolve "generically" instead of to an index file in Apache + mod_mono

I recently tried deploying my extremely "odd/custom" web application and I'm having some problems. Basically, in my code at Global.asax I have if(context.Request.Url.AbsolutePath=="/"){ //doesn't work(yields 404 error for index.aspx) …
Earlz
  • 1,019
  • 5
  • 13
  • 29
0
votes
3 answers

ASP.NET MVC 3.0 on linux

I'll admit it... I'm a n00b in the linux world, but I'm curious to find out if it's possible to run my ASP.NET MVC 3.0 web applications on linux. Can anybody direct me to or write a guide for n00bs like me that explains thoroughly the entire process…
0
votes
1 answer

make out of memory

Using gcc to make mono 2.8 from source on a CentOS 5 VPS with 128mb RAM, and it seems to be hanging. The result of free-m shows all memory has been used. $ free -m total used free shared buffers cached Mem: …
Darbio
  • 557
  • 1
  • 5
  • 15
0
votes
1 answer

How to install GNU/Linux on ADSL router to setup internet watchdog?

What model of ADSL modem/router by major market brand can be used to install some distro of Linux to setup a watchdog to initialize connection by demand in case for example of main internet connection fail? Probably using C#/mono.
abatishchev
  • 541
  • 1
  • 9
  • 31
1 2 3
8
9