Hi I am trying to use ASP.NET MVC on mono (fastcgi-mono-server2, lighttpd and FreeBSD). To test that ASP.NET worked, I created a simple .aspx page with the following in it:
<%= DateTime.Now.ToString() %> This works fine, and it seems that regular ASP.NET is working at least. Next I followed these guidelines (for Visual Studio) with a fresh ASP.NET MVC project: http://bit.ly/Lye3N When I try running an ASP.NET MVC application, from either xsp or fastcgi-mono-server, I get the following error in my web browser (trying to access http://192.168.1.90:8080/): Thread was being aborted Description: HTTP 500. Error processing request. The stack trace shown is not consistent, the processing stops at different places, but usually at System.Web.Mvc.WebFormViewEngine.FileExists( ... ) If I run the website using xsp (as opposed to fastcgi-mono-server), I get the following stack trace when xsp exits upon a request from my browser: Error: System.Net.Sockets.SocketException: Address already in use at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] at Mono.WebServer.XSPWebSource.CreateSocket () [0x00000] at Mono.WebServer.ApplicationServer.Start (Boolean bgThread) [0x00000] at Mono.WebServer.ApplicationServer.Start (Boolean bgThread, System.Exception initialException) [0x00000] at (wrapper remoting-invoke-with-check) Mono.WebServer.ApplicationServer:Start (bool,System.Exception) at Mono.WebServer.XSP.Server.RealMain (System.String[] args, Boolean root, IApplicationHost ext_apphost, Boolean quiet) [0x00000] I use the following command to start xsp: xsp2 --address 192.168.1.90 --root /home/patrick/monotest/www \ --applications '/:.' I'm running FreeBSD 7.2, Mono 2.4.2.1 and xsp 2.4.2.0. Can anybody help? Thanks in advance, Patrick _______________________________________________ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list