Hi again,

so I destroyed the droplet (digital ocean's name for a virtual server) and
started over. I followed the guide here
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7
to install httpd, php and mysql.

Then I installed yum-utils sudo yum -y install yum-utils
I then followed the guide that you provided running :
sudo rpm --import
"http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF";
then 
sudo yum-config-manager --add-repo
http://download.mono-project.com/repo/centos/

followed by:
sudo yum install mono-complete xsp 

mono --version and xsp4 --version both returned a value as before. I then
installed mod_mono, sudo yum -y install mod_mono, and restarted httpd.

httpd -M shows that mono is running but the result is the same. Is there a
way to determine if xsp is running? Is there a way to make sure that mono is
calling xsp4 and not xsp? Either of those would result in the 'Failed to
connect to mod-mono-server after several attempts to spawn the process.' I
would think. I still have no answer for the '[ERROR] FATAL UNHANDLED
EXCEPTION: System.InvalidProgramException: Invalid IL code in
System.Configuration.ConfigurationManager:get_AppSettings (): IL_0000: ret'
though. I hope that they are tied together.

Thank you again



--
View this message in context: 
http://mono.1490590.n4.nabble.com/503-error-tp4666267p4666273.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to