im running mono 3.0 via fastcgi...
my htaccess is like this:
Action mono-cgi /home/vamola/public_html/cgi-bin/mono-cgi
AddHandler mono-cgi .aspx .asmx .ashx .ascx .asax .axd .config .cs
mono-cgi:
#!/opt/mono-3.0.2/bin/fastcgi-mono-server4 -f
-connect /tmp/mono-fcgi.sock /home/admin/mono-fcgi
mono-fcgi:
!/
bin/sh
umask 0077
exec >>/tmp/mono-fcgi.log
exec 2>>/tmp/mono-fcgi.err
I'm running mono 2.10 on CentOS 5.5 with Apache 2. I've installed it already, and am running a WCF service on it currently.
But I can't do mono -V or mono program.exe, which makes me think I installed it incorrectly. The mono binary is in my /opt/mono/bin/ folder.
What can I do?
Hi, maybe someone could help me running mono and monodevelop in F12.
I installed monodevelop from rawhide repository as I would use v2.2 including the python language add-in.
Mono: is it a science, or is it a faith?
Summary: The Mono proponents have yet again turned to “ad hominem” mode because the simple facts about Mono-associated risk cannot be refuted
TECHRIGHTS’ “Boycott Novell” initiative has warned about Mono patents since 2006 (weeks after Novell and Microsoft signed their patent deal).
I am trying to install Mono from source (because in the future I will need to fix a bug in it).
PROBLEM: The compiled Mono does not behave properly.
Note: http://www.mono-project.com/Compiling_Mono_From_Git is not the whole answer.
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 tried apt-get install fastcgi-mono-server4 and same for mono-xsp4-base.
Hello everyone
I'm trying to install mono 1.1.12.1 in a Ubuntu 12.04 LTS linux server! Running as root I've made the .bin file executable by using:
Code:
chmod +x mono_1.1.12.1.bin
and then execute it using:
Code:
./mono:1.1.12.1.bin
Though it only changed command line.
I'm trying to automate the compilation of Mono under CentOS, and for that I'm writing a bash script.
I have a problem with the mono on my 11.10 Ubuntu server. I'd like to see detailed Exception stack information, to debug web applications.
According to searches over Google I've found that my Web.Config file should include the following lines:
The code should be compiled with debug information.