[Mono-list] HttpHandlers
Gonzalo Paniagua Javier
gonzalo@ximian.com
Mon, 15 Dec 2003 17:40:19 +0100
El lun, 15-12-2003 a las 17:26, Cedric Marcone escribió:
> Hum, sorry, the error was caused by the assembly not being found...
>
> I just copied it in $(prefix)/share/doc/xsp/test/bin and it works.
>
> This raises another question ;)
>
> How can I specify another location for my assemblies ?
> I googled a bit and found someting related to the app.exe.config file,
> but it does not seem to work with mono.
For web applications, only that 'bin' directory and the paths in
MONO_PATH variable are searched. Similar to what MS does.
-Gonzalo