So apparently is it was that the underlying ASP.NET version wasnt the right one. Now i am on this.
Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Compiler Error Message: : at (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo) ~/Global.asax Show Detailed Compiler Output: gmcs /target:library /lib:"/var/www/moon/MonoWeb/bin" /debug+ /optimize- /warn:0 /out:"/tmp/root-temp-aspnet-0/af80ae92/App_global.asax_c835e8b.dll" /r:"/usr/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll" /r:"/usr/local/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll" /r:"/usr/local/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll" /r:"/usr/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll" /r:"/usr/local/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll" /r:"/usr/local/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll" /r:"/usr/local/lib/mono/gac/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll" /r:"/usr/local/lib/mono/gac/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll" /r:"/usr/local/lib/mono/gac/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll" /r:"/usr/local/lib/mono/gac/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll" /r:"/usr/local/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll" /r:"/usr/local/lib/mono/gac/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll" /r:"/usr/local/lib/mono/gac/System.Web.Routing/3.5.0.0__31bf3856ad364e35/System.Web.Routing.dll" /r:"/usr/local/lib/mono/gac/System.Web.Mvc/2.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll" /r:"/var/www/moon/MonoWeb/bin/MonoWeb.dll" /nowarn:0169 /d:DEBUG -- "/tmp/root-temp-aspnet-0/af80ae92/App_global.asax_c835e8b_0.cs" Unhandled Exception: Mono.CSharp.InternalErrorException: /tmp/root-temp-aspnet-0/af80ae92/App_global.asax_c835e8b_0.cs(34,18): ASP.global_asax ---> Mono.CSharp.InternalErrorException: /tmp/root-temp-aspnet-0/af80ae92/App_global.asax_c835e8b_0.cs(36,29): ASP.global_asax.__initialized ---> System.MissingMethodException: Method not found: 'MonoWeb.MvcApplication.RegisterRoutes'. at (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo) On Mon, May 5, 2014 at 1:19 PM, sven falempin <sven.falem...@gmail.com> wrote: > > given the tarball list, it is the last version : > http://download.mono-project.com/sources/xsp/ > > > On Mon, May 5, 2014 at 12:55 PM, sven falempin <sven.falem...@gmail.com> > wrote: >> >> that would meant building it, i could give it a try >> i need the version number and a tarball path : >> >> COMMENT= ASP.NET implementations for Mono >> >> V= 2.10.2 >> [..] >> EXTRACT_SUFX= .tar.bz2 >> [..] >> MASTER_SITES= http://ftp.novell.com/pub/mono/sources/xsp/ >> >> >> >> On Mon, May 5, 2014 at 12:36 PM, miniBill <cmt.minib...@gmail.com> wrote: >>> >>> Could you please try again with the latest version? >>> >>> Il 05/mag/2014 18:34 "sven falempin" <sven.falem...@gmail.com> ha scritto: >>> >>>> $ fastcgi-mono-server4 --version >>>> fastcgi-mono-server4.exe 2.10.2.0 >>>> (c) 2007 Brian Nickel >>>> FastCGI Backend for XSP >>>> >>>> >>>> On Mon, May 5, 2014 at 12:31 PM, miniBill <cmt.minib...@gmail.com> wrote: >>>>> >>>>> What version of mono fastcgi are you using? >>>>> >>>>> Il 05/mag/2014 18:20 "sven falempin" <sven.falem...@gmail.com> ha scritto: >>>>>> >>>>>> Hello, >>>>>> >>>>>> i asked here(http://forum.nginx.org/read.php?2,239541,239541#msg-239541) >>>>>> because someone >>>>>> already encounter the problem. >>>>>> >>>>>> I tend to think it is strictly a problem in fastcgi-mono-server4 >>>>>> and/or the usage of it. >>>>>> >>>>>> Nginx is forwarding the request, >>>>>> i add an aspx runnnig with it, but when it comes to application : >>>>>> the fastcgi just dont use the application (timeout) : >>>>>> >>>>>> >>>>>> fastcgi-mono-server4 /applications=grey:/:/var/www/moon/MonoWeb >>>>>> /socket=tcp:127.0.0.1:9000 /loglevels=Debug /verbose=True >>>>>> [2014-05-05 11:47:44Z] Debug fastcgi-mono-server4 >>>>>> [2014-05-05 11:47:44Z] Debug Listening on port: 127.0.0.1 >>>>>> [2014-05-05 11:47:44Z] Debug Listening on address: 9000 >>>>>> Adding applications 'grey:/:/var/www/moon/MonoWeb'... >>>>>> Registering application: >>>>>> Host: grey >>>>>> Port: any >>>>>> Virtual path: / >>>>>> Physical path: /var/www/moon/MonoWeb/ >>>>>> [2014-05-05 11:47:44Z] Debug Root directory: /var/www >>>>>> [2014-05-05 11:47:44Z] Debug Max connections: 1024 >>>>>> [2014-05-05 11:47:44Z] Debug Max requests: 1024 >>>>>> [2014-05-05 11:47:44Z] Debug Multiplex connections: False >>>>>> /*Nothing*/ >>>>>> >>>>>> >>>>>> The nginx log: >>>>>> 2014/05/05 11:53:45 [error] 2747#0: *179 upstream timed out (60: >>>>>> Connection timed out) while reading response header from upstream, >>>>>> client: 192.168.10.92, server: grey, request: "GET / HTTP/1.1", >>>>>> upstream: "fastcgi://127.0.0.1:9000", host: "grey" >>>>>> >>>>>> Is my application path wrong ? how can i get more insight from >>>>>> fastcgi-mono-server4 ? >>>>>> >>>>>> Best regards, >>>>>> >>>>>> -- >>>>>> --------------------------------------------------------------------------------------------------------------------- >>>>>> () ascii ribbon campaign - against html e-mail >>>>>> /\ >>>>>> >>>>>> _______________________________________________ >>>>>> Mono-aspnet-list mailing list >>>>>> Mono-aspnet-list@lists.ximian.com >>>>>> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list >>>>>> >>>> >>>> >>>> >>>> -- >>>> --------------------------------------------------------------------------------------------------------------------- >>>> () ascii ribbon campaign - against html e-mail >>>> /\ >> >> >> >> >> -- >> --------------------------------------------------------------------------------------------------------------------- >> () ascii ribbon campaign - against html e-mail >> /\ > > > > > -- > --------------------------------------------------------------------------------------------------------------------- > () ascii ribbon campaign - against html e-mail > /\ -- --------------------------------------------------------------------------------------------------------------------- () ascii ribbon campaign - against html e-mail /\ _______________________________________________ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list