[Mono-list] Mod mono not working

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 23 Apr 2004 10:39:24 +0200


El vie, 23-04-2004 a las 08:42, Stephane Bergeron escribió:
> Unhandled Exception: System.ArgumentException: The path is not of a
> legal form
> Parameter name: path
> in <0x000ab> System.IO.Path:GetFullPath (string)
> in <0x00225> Mono.ASPNET.XSPApplicationServer:SetApplications (string)
> in <0x00047> Mono.ASPNET.XSPApplicationServer:.ctor (string)
> in <0x0036f> Mono.ASPNET.Server:Main (string[])
> 
>  
> If i try to run the server manualy.... It gives me that, I am on linux
> red hat 9

You're passing in --applications option something wrong. Run xsp --help
to find out the format of the argument.

-Gonzalo