Hola de nuevo, miren he estado haciendo esto que es lo mas cercano que he encontrado en la web en el foro de Centos.org pero tampoco me funciona, al intentar ver la pagina me aparece el mensaje de que el servidor web apache no esta disponible o en ocaciones me descarga los archivos (.aspx) en ves de compilarlos. gracias de antemano por cualquier informacion.

yum -y install gcc bison pkgconfig glib2-devel gettext make freetype-devel \
fontconfig-devel libXft-devel libpng-devel libjpeg-devel libtiff-devel \
giflib-devel ghostscript-devel libexif-devel httpd httpd-devel
wget http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-2.4.2.tar.bz2
wget http://ftp.novell.com/pub/mono/sources/mod_mono/mod_mono-2.4.2.tar.bz2
wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.2.3.tar.bz2
wget http://ftp.novell.com/pub/mono/sources/xsp/xsp-2.4.2.tar.bz2

tar xvfj libgdiplus-2.4.2.tar.bz2; cd libgdiplus-2.4.2
./configure
make; make install
cd ..; tar jxvf mono-2.4.2.3.tar.bz2; cd mono-2.4.2.3
./configure
make; make install
mono -V

cd ..; tar xvfj xsp-2.4.2.tar.bz2; cd xsp-2.4.2
./configure; make
for file in /usr/local/lib/pkgconfig/*; do ln -s $file .; done; make install
cd ..; tar xvfj mod_mono-2.4.2.tar.bz2; cd mod_mono-2.4.2
./configure; make; make install
mkdir /etc/httpd/conf/mod-mono-applications
ln -s /usr/local/bin/mod-mono-server /usr/bin

add to /etc/httpd/conf/httpd.conf:
Include conf/mod_mono.conf
MonoPath default "/usr/local/lib/mono/2.0"
MonoServerPath default /usr/local/bin/mod-mono-server2
AddMonoApplications default "/:/var/www/html"
<Location />
MonoSetServerAlias default
SetHandler mono
</Location>

echo '<html><body><% Response.Write("Hello World!"); %></body></html>' \
> /var/www/html/test.aspx
service httpd restart

Open http://<server>/test.aspx


En Messenger están mis contactos con los que sí tengo contacto