Re: Does strong naming require deployment in GAC?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Installing an assembly to the GAC requires that it be strong named.
However, every strong named assembly need not be installed to the GAC.
Hope that clears your doubt.
Regards,
Sarin.
Bruce Wood wrote:
> I still haven't gotten through the .NET Framework Security tome on my
> desk. Maybe the folks here can answer a burning question.
>
> I want to use strong naming at our organization as a security measure:
> we could then indicate that any assemblies we signed are fully trusted,
> and so deploy centrally rather than having to deploy on each server.
>
> However, we still want to deploy by copying each app to a separate
> deployment directory, rather than using the GAC. Can we do that? Or
> does strong naming mean that we have to deploy to the GAC?
.
Relevant Pages
- Re: .NET versioning
... >> If this isn't dll hell then it's awfully close. ... > xcopy deployment, which thus means avoid the GAC if possible. ... > 2) if required, and if you really have to, copy the files to the GAC. ... If you overwrite assemblies in the GAC ... (microsoft.public.dotnet.framework) - Re: How can I use a dll with several programs?
... The dll hell has everything to do with versioning of dll`s stored in one ... I don't think the DLL applies to the GAC or the Win32 Side-by-Side cache ... mechanism for Win32 assemblies. ... You should share assemblies by installing them into the global assembly ... (microsoft.public.dotnet.languages.vb) - Re: GAC hell
... The only way to get at the GAC is by calling into the unmanaged fusion API's. ... Beware that the GAC uses fully qualified assembly names to store assembly references, because you don't know whether an assembly resides in the GAC, you also don't have a FQAN, this may result in false positives! ... But we've gotten so far off topic here, we're nowhere near my original question anymore, which had to do with determining which referenced assemblies are in the GAC and which are not. ... So, please if you have a small but complete sample that uses the Microsoft.Vsa namespace to generate/compile/Run "VBScript" and "JScript" scripting code, feel free to post it here. ... (microsoft.public.dotnet.languages.csharp) - Re: Please explain why the GAC cannot be referenced
... Gac assemblies show up under the reference tab. ... Look through you referenced assemblies for the name of the assembly, ... Gac'd assemblies provide that function for you and the search order for assemblies starts at the gac to reduce performance issues. ... > old assembly from the GAC and install the newer version. ... (microsoft.public.dotnet.framework) - Re: Biztalk 2004 deployment problem
... installed in the GAC before they can be a part of a running BizTalk ... Each computer contains a GAC which must contain the assemblies that are ... BizTalk Server to process messages during run time, you must install all ... you can use the BizTalk Deployment Wizard to deploy ... (microsoft.public.biztalk.general) |
|