Jim Bassett
January 19th, 2002, 09:50 AM
I am trying to figure out how best to develop .NET projects in a team environment. When developing sections of code such as middle tier COM+ components we could use an application proxy that allowed other component developers to reference a central location for existing components for compiling or for testing. The app proxy also allowed developers to re-reference to another developer's machine for compiling or testing of that developer's component, etc. This avoided developers having to have copies of the various components on their development machine. I am not sure how to do the same type of referencing using .NET. Does anyone know how or a suggestion?