[Mono-list] ASP.NET

peter apvx95 at dsl.pipex.com
Tue Jan 24 18:18:42 EST 2006


Gonzalo Paniagua Javier wrote:

>The "problem" with Src is that the file will need to be compiled on
>every xsp/mod-mono-server restart. If you compile it into a dll and put
>that dll in the 'bin' directory, there will be no need to compile that
>file again. So, Src is fine when you're actively developing and the dll
>is better for deploying.
>
>-Gonzalo
>
>  
>
Hi Gonzalo,

Well, there is a dll in the bin directory and looking at it on Windows 
using ILDASM, it contains defintions of all the objects in my 
application, so I guess that's OK.  The app won't run under XSP without 
the Src attribute though.  But as long as the Src attribute is there, 
all I have to do is to copy the files (source and binary) from VS into 
the Web server's directory tree and it all seems to just work fine.

Is that what you're saying, or am I missing something?

Cheers


Peter



More information about the Mono-list mailing list