I'm on Fedora Core 2 and I have successfully installed mono 1.0 (i got stuck and left it for a while but now I want to get it sorted) I have mono dlls & stuff in /usr/lib/mono/1.0/ this includes xsp.exe My server has many virtual hosts under /home/httpd/vhosts/ I would like all websites to be able to use ASP.NET/Mono I have the following in my apache httpd.conf file:
LoadModule mono_module /usr/lib/httpd/modules/mod_mono.so MonoServerPath "usr/lib/mono/1.0/mod-mono-server.exe" MonoExecutablePath "/usr/bin/mono" MonoApplications "/mono:/usr/share/doc/xsp/test" Alias /mono "/usr/share/doc/xsp/test" DirectoryIndex index.aspx AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx when I place an aspx page in one of my websites I get the following error: Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. I am stuck and would appreciate it if someone would point me in the right direction. Cheers, jonny _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
