[Mono-list] Add custom DLL-files to an ASP.NET-application

Morten Krog mk@i3m.dk
Mon, 29 Nov 2004 20:56:52 +0100


On Mon, 2004-11-29 at 19:31, Jon-Eirik Pettersen wrote:
> Is there a directory I can add custom DLL-files where all 
> ASP.NET-applications loads them. (except the bin/-directory in all 
> applications)
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

Signed dlls can be put in the global assembly cache and used by all
applications.

Lookup the sn.exe and gacutil.exe utilites and use them.

On the other hand I firmly believe that one should be somewhat carefull
about what to put in the GAC. It is easy to pollute it with libraries
that are not really that interessting.

/Morten Krog