xsp2

XSP2 crashes serving static images

Hi, Requesting a simple HTML page with a jpg image makes XSP2 crash. If I remove the image from the HTML then the page is served OK all the time. The version is XSP2 2.0 mono 2.6.1. the version 2.4.2.2 in the same machine works fine. I have tested it in two different machines, both Windows Vista Business SP1. Anyone has experienced ...

Does the XSP2 web server always uses Mono?

I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure? ...

Can't get MONO_ASPNET_NODELETE to work

I'm trying to get to the temporary files that mono compiler is generating for my codebehind classes. But it deletes them after compilation is performed, while throwing errors to the console. Error messages reference files that are no longer available. In theory the MONO_ASPNET_NODELETE environment variable should prevent those from bein...

Dblinq reference in ASP.NET Web Service on MonoDevelop causes xsp2 to fault

I am trying to try DBLinq with the sqlite provider inside a simple ASP.NET web service. I am also using MonoDevelop 2.4 and Mono 2.6.7, The project in monodevelop references the DbLinq.dll which by default is set to be Local Copy. I can compile the webservice just fine. By when I try to run it from Monodevelop or using the xsp2 f...