V
VJ
We have a bunch of dll's that are shared among our 5 applications. We are
still debating between putting it in CommonFiles vs GAC. I still see a
problem with putting in GAC that it will be available in any any development
enviroment by default. It can also be from Commonfiles, but mostly that
would be a manual browsing and add reference. Is there a way to Secure
deployment possible in GAC, other than issuing a LIC key for each dll, that
only our applications can read.. Oh all our commong DLL's are in .NET and
are in managed code.
Thanks
VJ
still debating between putting it in CommonFiles vs GAC. I still see a
problem with putting in GAC that it will be available in any any development
enviroment by default. It can also be from Commonfiles, but mostly that
would be a manual browsing and add reference. Is there a way to Secure
deployment possible in GAC, other than issuing a LIC key for each dll, that
only our applications can read.. Oh all our commong DLL's are in .NET and
are in managed code.
Thanks
VJ