[Mono-list] Can I run XSP.exe on windows?

Nigel Magnay Nigel Magnay <nigel.magnay@gmail.com>
Thu, 23 Dec 2004 16:00:08 +0000


I'm having problems running xsp on my windows box with mono (1.0.5 and 1.1.2)

After getting the source, I had to make a copy of the exe into my
site's /bin directory to get it to run at all under the .NET CLR.

>From there I can do 
xsp --nonstop --root c:\Inetpub\wwwroot\RemoteLogger

which makes it run under .NET just fine. However, if I use

mono xsp.exe --nonstop --root c:\Inetpub\wwwroot\RemoteLogger

and it dies after the 1st request comes in without returning anything... ?!?

What could I check to see why this doesn't work?