[Mono-list] ASP.NET

Bradley, Peter PBradley at uwic.ac.uk
Wed Jan 25 03:03:13 EST 2006


Ysgrifennodd Gonzalo:

When that dll is in bin, you only need 'Inherits="namespace.classname"'.
Src will compile into an auto-generated class name (unless you use
'ClassName' attribute, in which case you'll get that the class name is
duplicated, as it is already in bin).

-Gonzalo


Thanks Gonzalo.  I'm not sure I completely understand, but I'll give a
few things a try later on (tonight).

I suppose the problem I get in VS is that it needs to recompile when
running the application from the IDE, so it needs to know where the
source is.  In the case of VS, it seems that this has to be in the
Codebehind attribute.  But, and as you say, it ought to be possible for
me to actually deploy the application under .NET and under Mono without
any pointer to the source, I guess.

Either way, it's something I need to remember at the deployment stage.
The application (when it's built) will need to run under both .NET on
Windows and Mono on Linux.

Cheers


Peter



More information about the Mono-list mailing list