[Mono-list] mod-mono-server.exe exception

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 03 Oct 2003 11:10:02 +0200


El jue, 02-10-2003 a las 20:50, Michael C McHugh escribió:
> I was wondering what I did wrong.
> I am running apache 2.0.47, mod_mono_unx cvs from last week. It used to
> work fine, nothing has changed that I can think of since last week, but now running mono
> /usr/local/xsp/bin/mod-mono-server.exe & shoots back:
> 
> Unhandled Exception: System.ArgumentException: Should be something like
> VPath:realpath

Make sure that mod-mono-server.exe.config is in the same directory as
mod-mono-server.exe and its <appSettings> section contains this:

<add key="MonoApplications" value="/:." />

Alterntively, you can run 'mono mod-mono-server.exe --applications /:.'

Btw, there's been a new release of xsp and mod_mono a couple of days
ago.

-Gonzalo