DCSIMG
Deployment - Shahar Ron

Shahar Ron

Service friendly architectures

Browse by Tags

All Tags » Deployment (RSS)
Where to put those DLLs - deployment best practices
A friend asked me last week what is the optimal solution to deal with application version upgrades. He develops a complex product distributed across a few servers that includes a combination of managed and native code, both internal development and from external third party open source. More specifically the question was what is the best place to put his DLLs? GAC, local folders, System32, SxS? My answer to him led to this post. Before going into where to put the DLLs it should be clear that managing...