Can the GAC be shared between multiple machines?

346 Views Asked by At

As per my knowledge shared assembly can be accessed for multiple application from same machine. Is it possible to access GAC from different machine ?

2

There are 2 best solutions below

0
On BEST ANSWER

No.

The GAC is a per machine cache.

GAC on Wikipedia

0
On

I would say clearly not, Global Assembly Cache is global for all application in the same machine, each machine needs to have the assembly locally available if your application is loading them from the GAC.