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

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to