[Mono-aspnet-list] Mono keeps running old version, why?

patrykmoura patryk.moura at gmail.com
Mon Feb 10 23:53:31 UTC 2014


After installed via whm (mono 2), ive installed mono via this post here (1st
answer):
http://stackoverflow.com/questions/13184384/mono-3-0-0-build-on-centos-6

But when i ran a .net 3.5 script, ive seen that the error cames up, and in
the footer i have this:

"Version Information: 3.0.2 (tarball Wed Oct 2 21:25:24 EDT 2013); ASP.NET
Version: 2.0.50727.1433"

Version ASP.NET 2.0... why???

Im using Apache, and my mod_mono.conf is like this:

# mod_mono.conf

# Achtung! This file may be overwritten
# Use 'include mod_mono.conf' from other configuration file
# to load mod_mono module.

<IfModule !mod_mono.c>
    LoadModule mono_module /usr/local/apache/modules/mod_mono.so
</IfModule>

<IfModule mod_headers.c>
    Header set X-Powered-By "Mono"
</IfModule>

AddType application/x-asp-net .svc
AddType application/x-asp-net .aspx
AddType application/x-asp-net .asax
AddType application/x-asp-net .ascx
AddType application/x-asp-net .soap
AddType application/x-asp-net .rem
AddType application/x-asp-net .axd
AddType application/x-asp-net .cs
AddType application/x-asp-net .vb
AddType application/x-asp-net .master
AddType application/x-asp-net .sitemap
AddType application/x-asp-net .resources
AddType application/x-asp-net .skin
AddType application/x-asp-net .browser
AddType application/x-asp-net .webinfo
AddType application/x-asp-net .resx
AddType application/x-asp-net .licx
AddType application/x-asp-net .csproj
AddType application/x-asp-net .vbproj
AddType application/x-asp-net .config
AddType application/x-asp-net .Config
AddType application/x-asp-net .dll
DirectoryIndex index.aspx
DirectoryIndex Default.aspx
DirectoryIndex default.aspx


please someone help me, im lost!!!

thanks!



--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-keeps-running-old-version-why-tp4661875.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list