Ok, so i know how to strong name an assembly and regasm it, so I can access it from a an ASP page.
By strong naming it, it can be placed in the GAC and thus be easily accessible from an ASP page.
Is it possible to somehow register the assembly without signing it with a strong name and still be able, somehow to access it from the ASP page? I want to do this because we want this .net assembly to be able to reference non-signed assemblies and not be as dependant when updating its referenced assemblies.