sharing the common assemblies between multiple sites.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 14 ans
having all the referenced assemblies in every bin directory of everysite requires alot of attention when updating web sites.

putting all the common references in a common shared bin directory on the server would be the way to go. would this cause and problems in the application ?

thanks.
Il y a 14 ans
There's no a common shared bin directory. Look at GAC (Global assembly cache)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.