Posted to
Classic ASP
by
minhau
on
08-22-2007, 3:51 PM
I created a COM interop class library that I want to call from classic ASP. The class library is actually a wrapper for a .NET assembly log4net, it has a Guid and ClassInterfaceType.None. I generate a strong name for it using sn -k and I make it a signed assembly before building it
I put it on a server running windows server 2003. It is ...