0
votes
0answers
96 views

How do I setup a website with apache and mod_mono?

So, it seems everything is installed and working. I am using Linux Mint (Cinnamon/Maya). I have Mono 2.10.8.1 (mono -V). I'm totally new to apache. I have the fuzzy idea that there's some sort of ...
1
vote
2answers
398 views

How to install mod_mono on Linux Mint?

I'm a linux newbie trying to install mod_mono on Linux Mint Maya/Cinnamon. I can't seem to find any tutorials or anything on how to do this. So far, XSP and MonoDevelop seem to be working. I created ...
1
vote
2answers
322 views

How to restart mono web application without restarting apache?

Is there any way to restart ONE web application in mono without having to restart Apache? Currently i'm doing a sudo service apache2 restart everytime I deploy my .NET web application to mono. But it ...
2
votes
1answer
273 views

Enable .Net 4 Mono on OpenSuse

I have an OpenSuse Linux server and want to run an ASP.net web project. I have installed the apache2 module mod-mono, but when I try to access the ASP web pages it looks as if it is attempting to use ...