开发者

Can the GAC be shared between multiple machines?

As per my knowledge shared assembly can be access开发者_如何学编程ed for multiple application from same machine. Is it possible to access GAC from different machine ?


No.

The GAC is a per machine cache.

GAC on Wikipedia


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜