S
Smithers
Just wondering if it is perfectly straight-forward and safe to have a .dll
installed in the GAC on a Web server - and have multiple Web sites make use
of the .dll.
Until now I've been XCopying all files for each Web site - including
duplicating .dlls amongst the sites. I was wondering if I would benefit from
moving the common assemblies to the GAC or continue duplicating them amongst
Web sites.
Would a dll installed in the GAC load into each Web site's AppDomain just as
if it were installed in the site's bin directory?
Thanks.
installed in the GAC on a Web server - and have multiple Web sites make use
of the .dll.
Until now I've been XCopying all files for each Web site - including
duplicating .dlls amongst the sites. I was wondering if I would benefit from
moving the common assemblies to the GAC or continue duplicating them amongst
Web sites.
Would a dll installed in the GAC load into each Web site's AppDomain just as
if it were installed in the site's bin directory?
Thanks.