Home All Groups Group Topic Archive Search About
Author
15 Sep 2006 9:17 PM
Arne Garvander
I have a website which calls web services on an application server.
My website and web service use a common core dll.
The core dll is currently installed in the gac.
Is that a good idea?
If my core DLL is signed, can it be installed anywhere on the computer?
--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)

Author
15 Sep 2006 9:46 PM
Dave Sexton
Hi Arne,

Sharing an assembly for multiple applications is one use of the GAC.

If your assembly is singed then it's eligible to be installed in the GAC, otherwise you can simply xcopy it to the bin directory of
each application.

--
Dave Sexton

Show quote
"Arne Garvander" <ArneGarvan***@discussions.microsoft.com> wrote in message
news:E13709B0-999A-48DC-B5EE-07795D207DAB@microsoft.com...
>I have a website which calls web services on an application server.
> My website and web service use a common core dll.
> The core dll is currently installed in the gac.
> Is that a good idea?
> If my core DLL is signed, can it be installed anywhere on the computer?
> --
> Arne Garvander
> (I program VB.Net for fun and C# to get paid.)

AddThis Social Bookmark Button