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  -  [EMAIL PROTECTED]
> 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

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

Reply via email to