sharing the common assemblies between multiple sites.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
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.
14 лет назад
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.