After fighting around with permission problems (apache2 runs as www-data), if i start xsp, its my website's user.
i finally cleared everything and started the setup, which results in the follow threadexception:
(inside the console)
Internal error: OutputPage threw an exception System.Threading.ThreadAbortException: Thread was being aborted
Server stack trace:
at Mono.WebServer.XSPRequestBroker.Close (Int32 requestId, Boolean keepAlive) [0x00020] in /home/installer/xsp-2.0/src/Mono.WebServer/XSPRequestBroker.cs:67
at (wrapper remoting-invoke-with-check) Mono.WebServer.XSPRequestBroker:Close (int,bool)
at (wrapper xdomain-dispatch) Mono.WebServer.XSPRequestBroker:Close (object,byte[]&,byte[]&,int,bool)
Exception rethrown at [0]:
at (wrapper xdomain-invoke) Mono.WebServer.XSPRequestBroker:Close (int,bool)
at (wrapper remoting-invoke-with-check) Mono.WebServer.XSPRequestBroker:Close (int,bool)
at Mono.WebServer.XSPWorkerRequest.CloseConnection () [0x0000b] in /home/installer/xsp-2.0/src/Mono.WebServer/XSPWorkerRequest.cs:319
at System.Web.HttpResponse.Close () [0x00017] in /home/installer/mono-20090112/mcs/class/System.Web/System.Web/HttpResponse.cs:598
at System.Web.HttpApplication.FinalErrorWrite (System.Web.HttpResponse response, System.String error) [0x00014] in /home/installer/mono-20090112/mcs/class/System.Web/System.Web/HttpApplication.cs:1037
at System.Web.HttpApplication.OutputPage () [0x000ed] in /home/installer/mono-20090112/mcs/class/System.Web/System.Web/HttpApplication.cs:1073
at System.Web.HttpApplication.PipelineDone () [0x0003a] in /home/installer/mono-20090112/mcs/class/System.Web/System.Web/HttpApplication.cs:1093
Unhandled exception: System.Threading.ThreadAbortException: Thread was being aborted
at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00053] in /home/installer/xsp-2.0/src/Mono.WebServer/MonoWorkerRequest.cs:646
at Mono.WebServer.BaseApplicationHost.ProcessRequest (Mono.WebServer.MonoWorkerRequest mwr) [0x0002d] in /home/installer/xsp-2.0/src/Mono.WebServer/BaseApplicationHost.cs:150
System.Threading.ThreadAbortException: Thread was being aborted
Server stack trace:
at Mono.WebServer.BaseApplicationHost.ProcessRequest (Mono.WebServer.MonoWorkerRequest mwr) [0x00044] in /home/installer/xsp-2.0/src/Mono.WebServer/BaseApplicationHost.cs:156
at Mono.WebServer.XSPApplicationHost.ProcessRequest (Int32 reqId, Int64 localEPAddr, Int32 localEPPort, Int64 remoteEPAdds, Int32 remoteEPPort, System.String verb, System.String path, System.String queryString, System.String protocol, System.Byte[] inputBuffer, System.String redirect, IntPtr socket, Mono.WebServer.SslInformations ssl) [0x0017a] in /home/installer/xsp-2.0/src/Mono.WebServer/XSPApplicationHost.cs:105
at (wrapper remoting-invoke-with-check) Mono.WebServer.XSPApplicationHost:ProcessRequest (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
at (wrapper xdomain-dispatch) Mono.WebServer.XSPApplicationHost:ProcessRequest (object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,string,byte[],string)
Exception rethrown at [0]:
at (wrapper xdomain-invoke) Mono.WebServer.XSPApplicationHost:ProcessRequest (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
at (wrapper remoting-invoke-with-check) Mono.WebServer.XSPApplicationHost:ProcessRequest (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations)
at Mono.WebServer.XSPWorker.RunInternal (System.Object state) [0x000e6] in /home/installer/xsp-2.0/src/Mono.WebServer/XSPWorker.cs:182