Hi!

You can always use this tool to remove the strong name:

http://www.nirsoft.net/dot_net_tools/strong_name_remove.html

Since it's a command-line tool, you can even make it a part of your nightly build.

P.S. Last time I checked, Tess was "she".
--
Jarek
http://www.nlog-project.org/ - A .NET Logging Library

----- Original Message ----- From: "Dag Christensen" <[EMAIL PROTECTED]>
To: "Log4NET Dev" <log4net-dev@logging.apache.org>
Sent: Thursday, June 22, 2006 2:56 PM
Subject: SV: Strong name private key policy



KB 324519 doesn't apply to .NET Framework 2.0 and KB 813833 recommends
"that you do not configure Indexing Service or antivirus applications to
monitor the ASP.NET temporary folder or the Web application folders,
regardless of whether your ASP.NET applications use strong-named
assemblies."

A bit further down in the blog entry you linked to, Tess is asked if
this applies to 2.0 as well and he replies it does not - assemblies are
not loaded domain neutral in 2.0.

So to me it seems this only applies to 1.x?

Dag


-----Opprinnelig melding-----
Fra: Whitner, Tom [mailto:[EMAIL PROTECTED]
Sendt: 22. juni 2006 14:00
Til: Log4NET Dev
Emne: RE: Strong name private key policy

Glenn,

Please refer to the following articles -

http://support.microsoft.com/?kbid=324519
http://support.microsoft.com/default.aspx?scid=kb;en-us;813833
http://blogs.msdn.com/tess/archive/2006/04/13/575361.aspx

These all indicate that running ASP.NET applications with strong
named assemblies deployed to the bin folder is not supported in .NET 1.1
or 2.0 as well as some of the symptoms might be experienced.

Thanks,
Tom

-----Original Message-----
From: GlennDoten [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 10:19 PM
To: Log4NET Dev
Subject: Re: Strong name private key policy

Not true, Tom. Just because an assembly is signed does not mean it must
be in the GAC to be used by ASPX. We run non-GACed, signed assemblies
with ASPX in production all the time.

FYI

On 6/21/06, Whitner, Tom <[EMAIL PROTECTED]> wrote:
We are facing a similar question with some internal code.  We have
decided, at least for now, to produce both strong named and non-strong

named binaries.  Most agree that the strong named option is preferred.
However, due to ASP.NET'sbehavior when loading strong named assemblies

(i.e. it requires the GAC), not all individuals can/will tolerate GAC
installation on highly locked down server.  Hence, having the
non-strong
versions has become a necessity.

- Tom

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.f-secure.com/


Reply via email to