What is the best way to deploy a new version of a .NET component and to allow easy rollback to a prior version?
The .NET DLL is being used by a VB6 app. What would be the best way to quickly revert to the prior version of the DLL if a problem occurred with the new DLL?