[Mono-list] mono 1.0.5 mod_mono xsp problem
Gonzalo Paniagua Javier
reply.to.the.list.iam.suscribed@notexists.ximian.com
Tue, 21 Dec 2004 23:04:47 +0100
On Tue, 2004-12-21 at 16:48 +0100, friiz wrote:
> hi!
>
> i have compiled and installed
> mono 1.0.5
> mod_mono 1.0.5
> xsp 1.0.5
> under tao linux (red hat ent 3)
>
> the examples working fine,
> i have created some projects under visual studio 2003, and they are working
> too
> but
> when i modify some source file (aspx) apache (or mod_mono,xsp) does not
> recompile them
> i see some dlls under /tmp/mod_mono.../
> the aspx file seems to recompiled to dlls, when i restart apache
If those aspx are referenced in a CodeBehind attribute in the page, you
need to compile them by yourself. That attribute is handled by visual
studio.
-Gonzalo